Searched refs:use_strict_found (Results 1 – 2 of 2) sorted by relevance
254 bool use_strict_found = statement.IsUseStrictLiteral(); in ParseStatementList() local258 if (use_strict_found) { in ParseStatementList()276 if ((use_strict_found || use_strong_found) && in ParseStatementList()285 use_strict_found ? "use strict" : "use strong"); in ParseStatementList()
1181 bool use_strict_found = in ParseStatementList() local1192 if (use_strict_found || use_strong_found) { in ParseStatementList()