{"ScriptPreparationCode":null,"TestCases":[{"Name":"reference check int","Code":"const a = 1;\r\nconst b = 1;\r\nconst c = a===b;","IsDeferred":false},{"Name":"reference check string","Code":"const a = \u0027hello\u0027;\r\nconst b = \u0027hello\u0027;\r\nconst c = a===b;","IsDeferred":false}]}