Home
last modified time | relevance | path

Searched refs:use_strict_found (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc254 bool use_strict_found = statement.IsUseStrictLiteral(); in ParseStatementList() local
258 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()
Dparser.cc1181 bool use_strict_found = in ParseStatementList() local
1192 if (use_strict_found || use_strong_found) { in ParseStatementList()