{"ScriptPreparationCode":"class Custom extends HTMLElement {\r\n constructor() {\r\n super()\r\n }\r\n}\r\n\r\ncustomElements.define(\u0022custom-me\u0022, Custom)\r\n\r\nfunction create() {\r\n return document.createElement(\u0027div\u0027)\r\n}","TestCases":[{"Name":"div","Code":"for(let i = 0; i\u003C 10000; i\u002B\u002B){create()}","IsDeferred":false},{"Name":"class","Code":"for(let i = 0; i\u003C 10000; i\u002B\u002B){new Custom()}","IsDeferred":false}]}