Lines Matching defs:ok
715 Expression* ParserTraits::ParseV8Intrinsic(bool* ok) { in ParseV8Intrinsic()
725 LanguageMode language_mode, bool* ok) { in ParseFunctionLiteral()
734 bool name_is_strict_reserved, int pos, bool* ok) { in ParseClassLiteral()
899 bool ok = true; in DoParseProgram() local
1036 bool ok = true; in ParseLazy() local
1125 bool* ok) { in ParseStatementList()
1257 Statement* Parser::ParseStatementListItem(bool* ok) { in ParseStatementListItem()
1297 Statement* Parser::ParseModuleItem(bool* ok) { in ParseModuleItem()
1315 void* Parser::ParseModuleItemList(ZoneList<Statement*>* body, bool* ok) { in ParseModuleItemList()
1353 const AstRawString* Parser::ParseModuleSpecifier(bool* ok) { in ParseModuleSpecifier()
1365 Scanner::Location* reserved_loc, bool* ok) { in ParseExportClause()
1410 ZoneList<ImportDeclaration*>* Parser::ParseNamedImports(int pos, bool* ok) { in ParseNamedImports()
1465 Statement* Parser::ParseImportDeclaration(bool* ok) { in ParseImportDeclaration()
1552 Statement* Parser::ParseExportDefault(bool* ok) { in ParseExportDefault()
1605 Statement* Parser::ParseExportDeclaration(bool* ok) { in ParseExportDeclaration()
1721 bool* ok) { in ParseStatement()
1735 bool* ok) { in ParseSubStatement()
1852 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseStatementAsUnlabelled()
1893 bool resolve, bool* ok, Scope* scope) { in Declare()
2054 Statement* Parser::ParseNativeDeclaration(bool* ok) { in ParseNativeDeclaration()
2095 ZoneList<const AstRawString*>* names, bool* ok) { in ParseFunctionDeclaration()
2150 bool* ok) { in ParseClassDeclaration()
2214 bool finalize_block_scope, bool* ok) { in ParseBlock()
2248 Block* Parser::ParseBlock(ZoneList<const AstRawString*>* labels, bool* ok) { in ParseBlock()
2254 ZoneList<const AstRawString*>* names, bool* ok) { in BuildInitializationBlock()
2267 bool* ok) { in ParseVariableStatement()
2294 bool* ok) { in ParseVariableDeclarations()
2487 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseExpressionOrLabelledStatement()
2605 bool* ok) { in ParseIfStatement()
2627 Statement* Parser::ParseContinueStatement(bool* ok) { in ParseContinueStatement()
2657 bool* ok) { in ParseBreakStatement()
2693 Statement* Parser::ParseReturnStatement(bool* ok) { in ParseReturnStatement()
2796 bool* ok) { in ParseWithStatement()
2840 CaseClause* Parser::ParseCaseClause(bool* default_seen_ptr, bool* ok) { in ParseCaseClause()
2881 bool* ok) { in ParseSwitchStatement()
2959 Statement* Parser::ParseThrowStatement(bool* ok) { in ParseThrowStatement()
2978 TryStatement* Parser::ParseTryStatement(bool* ok) { in ParseTryStatement()
3119 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseDoWhileStatement()
3147 ZoneList<const AstRawString*>* labels, bool* ok) { in ParseWhileStatement()
3295 Statement* body, bool* ok) { in DesugarLexicalBindingsInForStatement()
3538 bool* ok) { in ParseForStatement()
3878 DebuggerStatement* Parser::ParseDebuggerStatement(bool* ok) { in ParseDebuggerStatement()
3937 const Scanner::Location& params_loc, bool* ok) { in ParseArrowFunctionFormalParameters()
4010 DoExpression* Parser::ParseDoExpression(bool* ok) { in ParseDoExpression()
4032 Scanner::Location* duplicate_loc, bool* ok) { in ParseArrowFunctionFormalParameterList()
4073 LanguageMode language_mode, bool* ok) { in ParseFunctionLiteral()
4350 int* expected_property_count, bool* ok, in SkipLazyFunctionBody()
4486 const ParserFormalParameters& parameters, bool* ok) { in BuildParameterInitializationBlock()
4567 FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()
4727 bool* ok) { in ParseClassLiteral()
4831 Expression* Parser::ParseV8Intrinsic(bool* ok) { in ParseV8Intrinsic()
4903 void Parser::CheckConflictingVarDeclarations(Scope* scope, bool* ok) { in CheckConflictingVarDeclarations()
4944 void Parser::InsertSloppyBlockFunctionVarBindings(Scope* scope, bool* ok) { in InsertSloppyBlockFunctionVarBindings()
4991 bool* ok) { in LookupBreakTarget()
5005 bool* ok) { in LookupContinueTarget()
5408 Expression* expr, const ExpressionClassifier* classifier, bool* ok) { in RewriteNonPattern()
5415 bool* ok) { in RewriteNonPatternArguments()
5422 bool* ok) { in RewriteNonPatternObjectLiteralProperty()
5430 bool* ok) { in RewriteNonPattern()
5439 bool* ok) { in RewriteNonPatternArguments()
5448 bool* ok) { in RewriteNonPatternObjectLiteralProperty()