{"ScriptPreparationCode":"var obj = {a:2};","TestCases":[{"Name":"instanceof","Code":"obj instanceof Object ","IsDeferred":false},{"Name":"typeof","Code":"typeof obj === \u0027object\u0027","IsDeferred":false},{"Name":"typeof no function","Code":"typeof obj === \u0027object\u0027 \u0026\u0026 typeof obj !== \u0027function\u0027","IsDeferred":false},{"Name":"Object.prototype.toString.call ==","Code":"\u0022[object Object]\u0022 == Object.prototype.toString.call(obj)","IsDeferred":false},{"Name":"Object.prototype.toString.call ===","Code":"\u0022[object Object]\u0022 === Object.prototype.toString.call(obj)","IsDeferred":false}]}