{"ScriptPreparationCode":null,"TestCases":[{"Name":"charAt()","Code":"let str = \u0027!foo bar baz\u0027;\r\nlet noop = Function.prototype;\r\n\r\nif (str.charAt(0) === \u0027!\u0027) noop();","IsDeferred":false},{"Name":"RegExp","Code":"let str = \u0027!foo bar baz\u0027;\r\nlet noop = Function.prototype;\r\n\r\nconst pattern = /^!/;\r\nif (pattern.test(str)) noop();","IsDeferred":false}]}