{"ScriptPreparationCode":"class Something {\r\n constructor() {\r\n this.type = \u0027something\u0027\r\n }\r\n}\r\n\r\nvar s = new Something();","TestCases":[{"Name":"type","Code":"return s \u0026\u0026 s.type === \u0027something\u0027;","IsDeferred":false},{"Name":"instanceof","Code":"return s instanceof Something;","IsDeferred":false}]}