Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
690 int code = ((op == Token::COMMA) && !left.is_parenthesized() &&
694 return PreParserExpression(kTypeBinaryOperation | code);
922 explicit PreParserStatement(Type code) : code_(code) {}
2119 if (result->length() > Code::kMaxArguments) {
2295 // code and AST node eventually.)
2636 if (num_parameters > Code::kMaxArguments) {
2724 // All parts of a ClassDeclaration or a ClassExpression are strict code.