Home | History | Annotate | Download | only in parsing

Lines Matching refs:Arguments

59   if (scanner->UnescapedLiteralMatches("arguments", 9)) {
60 return PreParserIdentifier::Arguments();
704 // ECMA allows "eval" or "arguments" as labels even in strict mode.
722 // ECMA allows "eval" or "arguments" as labels even in strict mode.
1267 // '%' Identifier Arguments
1273 // Allow "eval" or "arguments" for backward compatibility.