{"ScriptPreparationCode":"var REG = /^abcde/\r\nvar G_REG = /^(abc)de/\r\nvar text = \u0027abcde\u0027","TestCases":[{"Name":"exec: nogroup","Code":"REG.exec(REG)\r\nREG.lastIndex = 0","IsDeferred":false},{"Name":"exec: group","Code":"G_REG.exec(REG)\r\nG_REG.lastIndex = 0","IsDeferred":false}]}