Searched refs:use_strict_found (Results 1 – 2 of 2) sorted by relevance
233 bool use_strict_found = statement.IsUseStrictLiteral(); in ParseStatementList() local235 if (use_strict_found) { in ParseStatementList()242 if (use_strict_found && !scope_->HasSimpleParameters()) { in ParseStatementList()
1224 bool use_strict_found = in ParseStatementList() local1229 if (use_strict_found) { in ParseStatementList()