• Home
  • Raw
  • Download

Lines Matching defs:ok

395   void Expect(Token::Value token, bool* ok) {  in Expect()
403 void ExpectSemicolon(bool* ok) { in ExpectSemicolon()
439 void ExpectContextualKeyword(Vector<const char> keyword, bool* ok) { in ExpectContextualKeyword()
448 bool CheckInOrOf(ForEachStatement::VisitMode* visit_mode, bool* ok) { in CheckInOrOf()
467 MessageTemplate::Template message, bool* ok) { in CheckOctalLiteral()
477 inline void CheckStrictOctalLiteral(int beg_pos, int end_pos, bool* ok) { in CheckStrictOctalLiteral()
482 inline void CheckTemplateOctalLiteral(int beg_pos, int end_pos, bool* ok) { in CheckTemplateOctalLiteral()
495 const Scanner::Location& function_name_loc, bool* ok) { in CheckFunctionName()
572 void ValidateExpression(const ExpressionClassifier* classifier, bool* ok) { in ValidateExpression()
588 const ExpressionClassifier* classifier, bool* ok) { in ValidateFormalParameterInitializer()
596 bool* ok) { in ValidateBindingPattern()
604 bool* ok) { in ValidateAssignmentPattern()
613 bool allow_duplicates, bool* ok) { in ValidateFormalParameters()
631 bool parenthesized_formals, bool* ok) { in ValidateArrowFormalParameters()
653 void ValidateLetPattern(const ExpressionClassifier* classifier, bool* ok) { in ValidateLetPattern()
712 bool* ok) { in ParseIdentifierOrStrictReservedWord()
758 bool* ok) { in ParseAssignmentExpression()
1039 AllowRestrictedIdentifiers allow_restricted_identifiers, bool* ok) { in ParseIdentifier()
1058 bool* ok) { in ParseAndClassifyIdentifier()
1135 bool is_generator, bool* is_strict_reserved, bool* ok) { in ParseIdentifierOrStrictReservedWord()
1156 ParserBase<Traits>::ParseIdentifierName(bool* ok) { in ParseIdentifierName()
1178 bool* ok) { in ParseIdentifierNameOrGetOrSet()
1188 bool seen_equal, ExpressionClassifier* classifier, bool* ok) { in ParseRegExpLiteral()
1231 bool* ok) { in ParsePrimaryExpression()
1425 bool accept_IN, bool* ok) { in ParseExpression()
1435 bool accept_IN, ExpressionClassifier* classifier, bool* ok) { in ParseExpression()
1442 bool accept_IN, int flags, ExpressionClassifier* classifier, bool* ok) { in ParseExpression()
1492 ExpressionClassifier* classifier, bool* ok) { in ParseArrayLiteral()
1559 ExpressionClassifier* classifier, bool* ok) { in ParsePropertyName()
1629 ExpressionClassifier* classifier, IdentifierT* name, bool* ok) { in ParsePropertyDefinition()
1832 ExpressionClassifier* classifier, bool* ok) { in ParseObjectLiteral()
1902 bool* ok) { in ParseArguments()
1972 bool* ok) { in ParseAssignmentExpression()
2150 bool* ok) { in ParseYieldExpression()
2206 bool* ok) { in ParseConditionalExpression()
2238 bool* ok) { in ParseBinaryExpression()
2294 bool* ok) { in ParseUnaryExpression()
2358 bool* ok) { in ParsePostfixExpression()
2390 ExpressionClassifier* classifier, bool* ok) { in ParseLeftHandSideExpression()
2505 ExpressionClassifier* classifier, bool* ok) { in ParseMemberWithNewPrefixesExpression()
2570 bool* ok) { in ParseMemberExpression()
2622 ExpressionClassifier* classifier, bool* ok) { in ParseStrongInitializationExpression()
2704 ExpressionClassifier* classifier, bool* ok) { in ParseStrongSuperCallExpression()
2765 bool* ok) { in ParseSuperExpression()
2802 ParserBase<Traits>::ParseNewTargetExpression(bool* ok) { in ParseNewTargetExpression()
2821 ExpressionT expression, ExpressionClassifier* classifier, bool* ok) { in ParseMemberExpressionContinuation()
2885 FormalParametersT* parameters, ExpressionClassifier* classifier, bool* ok) { in ParseFormalParameter()
2928 FormalParametersT* parameters, ExpressionClassifier* classifier, bool* ok) { in ParseFormalParameterList()
2979 bool has_rest, int formals_start_pos, int formals_end_pos, bool* ok) { in CheckArityRestrictions()
3031 const ExpressionClassifier& formals_classifier, bool* ok) { in ParseArrowFunctionLiteral()
3141 bool* ok) { in ParseTemplateLiteral()
3237 MessageTemplate::Template message, bool* ok) { in CheckAndRewriteReferenceExpression()
3247 MessageTemplate::Template message, ParseErrorType type, bool* ok) { in CheckAndRewriteReferenceExpression()
3328 bool* ok) { in CheckProperty()
3349 bool* ok) { in CheckProperty()