• Home
  • Raw
  • Download

Lines Matching defs:ok

456     void AddNonPatternForRewriting(ExpressionT expr, bool* ok) {  in AddNonPatternForRewriting()
752 void Expect(Token::Value token, bool* ok) { in Expect()
760 void ExpectSemicolon(bool* ok) { in ExpectSemicolon()
808 void ExpectContextualKeyword(Vector<const char> keyword, bool* ok) { in ExpectContextualKeyword()
833 void CheckStrictOctalLiteral(int beg_pos, int end_pos, bool* ok) { in CheckStrictOctalLiteral()
852 inline bool CheckTemplateEscapes(bool should_throw, bool* ok) { in CheckTemplateEscapes()
873 const Scanner::Location& function_name_loc, bool* ok) { in CheckFunctionName()
956 void ValidateExpression(bool* ok) { in ValidateExpression()
963 void ValidateFormalParameterInitializer(bool* ok) { in ValidateFormalParameterInitializer()
970 void ValidateBindingPattern(bool* ok) { in ValidateBindingPattern()
977 void ValidateAssignmentPattern(bool* ok) { in ValidateAssignmentPattern()
985 bool allow_duplicates, bool* ok) { in ValidateFormalParameters()
1003 bool* ok) { in ValidateArrowFormalParameters()
1031 void ValidateLetPattern(bool* ok) { in ValidateLetPattern()
1077 bool* ok) { in ParseIdentifierOrStrictReservedWord()
1087 ExpressionT ParsePrimaryExpression(bool* ok) { in ParsePrimaryExpression()
1137 bool* ok) { in ParseArguments()
1214 bool* ok) { in ParseStatementList()
1222 StatementT ParseStatement(ZoneList<const AstRawString*>* labels, bool* ok) { in ParseStatement()
1590 AllowRestrictedIdentifiers allow_restricted_identifiers, bool* ok) { in ParseIdentifier()
1604 ParserBase<Impl>::ParseAndClassifyIdentifier(bool* ok) { in ParseAndClassifyIdentifier()
1662 FunctionKind function_kind, bool* is_strict_reserved, bool* ok) { in ParseIdentifierOrStrictReservedWord()
1684 bool* ok) { in ParseIdentifierName()
1702 bool* ok) { in ParseRegExpLiteral()
1726 bool* is_async, bool* ok) { in ParsePrimaryExpression()
1876 bool accept_IN, bool* ok) { in ParseExpression()
1885 ParserBase<Impl>::ParseExpressionCoverGrammar(bool accept_IN, bool* ok) { in ParseExpressionCoverGrammar()
1950 bool* ok) { in ParseArrayLiteral()
2047 bool* is_set, bool* is_async, bool* is_computed_name, bool* ok) { in ParsePropertyName()
2178 bool* is_static, bool* has_name_static_property, bool* ok) { in ParseClassPropertyDefinition()
2328 bool* ok) { in ParseClassFieldForInitializer()
2363 bool* ok) { in ParseObjectPropertyDefinition()
2555 bool* ok) { in ParseObjectLiteral()
2619 Scanner::Location* first_spread_arg_loc, bool maybe_arrow, bool* ok) { in ParseArguments()
2680 ParserBase<Impl>::ParseAssignmentExpression(bool accept_IN, bool* ok) { in ParseAssignmentExpression()
2883 bool accept_IN, bool* ok) { in ParseYieldExpression()
2936 bool* ok) { in ParseConditionalExpression()
2964 int prec, bool accept_IN, bool* ok) { in ParseBinaryExpression()
3014 bool* ok) { in ParseUnaryExpression()
3096 bool* ok) { in ParsePostfixExpression()
3125 ParserBase<Impl>::ParseLeftHandSideExpression(bool* ok) { in ParseLeftHandSideExpression()
3264 bool* ok) { in ParseMemberWithNewPrefixesExpression()
3328 bool* is_async, bool* ok) { in ParseMemberExpression()
3406 ParserBase<Impl>::ParseDynamicImportExpression(bool* ok) { in ParseDynamicImportExpression()
3420 bool is_new, bool* ok) { in ParseSuperExpression()
3450 bool* ok) { in ExpectMetaProperty()
3463 ParserBase<Impl>::ParseNewTargetExpression(bool* ok) { in ParseNewTargetExpression()
3480 bool* is_async, bool* ok) { in ParseMemberExpressionContinuation()
3549 bool* ok) { in ParseFormalParameter()
3582 bool* ok) { in ParseFormalParameterList()
3632 ZoneList<const AstRawString*>* names, bool* ok) { in ParseVariableDeclarations()
3770 ParserBase<Impl>::ParseFunctionDeclaration(bool* ok) { in ParseFunctionDeclaration()
3786 ZoneList<const AstRawString*>* names, bool default_export, bool* ok) { in ParseHoistableDeclaration()
3800 bool default_export, bool* ok) { in ParseHoistableDeclaration()
3861 ZoneList<const AstRawString*>* names, bool default_export, bool* ok) { in ParseClassDeclaration()
3907 bool* ok) { in ParseNativeDeclaration()
3928 ZoneList<const AstRawString*>* names, bool default_export, bool* ok) { in ParseAsyncFunctionDeclaration()
3948 FunctionLiteral::FunctionType function_type, bool* ok) { in ParseFunctionBody()
4050 int formals_end_pos, bool* ok) { in CheckArityRestrictions()
4121 int rewritable_length, bool* ok) { in ParseArrowFunctionLiteral()
4292 bool name_is_strict_reserved, int class_token_pos, bool* ok) { in ParseClassLiteral()
4363 bool* ok) { in ParseAsyncFunctionBody()
4385 ParserBase<Impl>::ParseAsyncFunctionLiteral(bool* ok) { in ParseAsyncFunctionLiteral()
4418 ExpressionT tag, int start, bool tagged, bool* ok) { in ParseTemplateLiteral()
4515 MessageTemplate::Template message, bool* ok) { in CheckAndRewriteReferenceExpression()
4524 MessageTemplate::Template message, ParseErrorType type, bool* ok) { in CheckAndRewriteReferenceExpression()
4569 bool* ok) { in ParseV8Intrinsic()
4588 bool* ok) { in ParseDoExpression()
4605 bool may_abort, bool* ok) { in ParseStatementList()
4691 bool* ok) { in ParseStatementListItem()
4739 AllowLabelledFunctionStatement allow_function, bool* ok) { in ParseStatement()
4832 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseStatementAsUnlabelled()
4852 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseBlock()
4882 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseScopedStatement()
4902 ZoneList<const AstRawString*>* names, bool* ok) { in ParseVariableStatement()
4927 bool* ok) { in ParseDebuggerStatement()
4944 AllowLabelledFunctionStatement allow_function, bool* ok) { in ParseExpressionOrLabelledStatement()
5012 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseIfStatement()
5034 bool* ok) { in ParseContinueStatement()
5065 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseBreakStatement()
5103 bool* ok) { in ParseReturnStatement()
5157 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseWithStatement()
5187 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseDoWhileStatement()
5214 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseWhileStatement()
5233 bool* ok) { in ParseThrowStatement()
5252 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseSwitchStatement()
5312 bool* ok) { in ParseTryStatement()
5405 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseForStatement()
5472 bool* ok) { in ParseForEachStatementWithDeclarations()
5552 ForInfo* for_info, ZoneList<const AstRawString*>* labels, bool* ok) { in ParseForEachStatementWithoutDeclarations()
5602 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseStandardForLoop()
5688 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseForAwaitStatement()
5847 bool is_static, bool* ok) { in CheckClassMethodName()