Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc255 bool use_strong_found = in ParseStatementList() local
261 } else if (use_strong_found) { in ParseStatementList()
276 if ((use_strict_found || use_strong_found) && in ParseStatementList()
Dparser.cc1186 bool use_strong_found = in ParseStatementList() local
1192 if (use_strict_found || use_strong_found) { in ParseStatementList()
1199 if (use_strong_found) { in ParseStatementList()