{"ScriptPreparationCode":"class variable {\r\nconstructor(){\r\nthis.a= this instanceof variable\r\n}\r\n}\r\nclass newTarget {\r\nconstructor(){\r\nthis.a= this instanceof new.target\r\n}\r\n}","TestCases":[{"Name":"variable","Code":"for(let i = 3000; --i;) new variable","IsDeferred":false},{"Name":"new.target","Code":"for(let i = 3000; --i;) new newTarget","IsDeferred":false}]}