Lines Matching defs:ok
54 explicit PositionStack(bool* ok) : top_(NULL), ok_(ok) {} in PositionStack()
621 bool ok = true; in DoParseProgram() local
723 bool ok = true; in ParseLazy() local
749 Handle<String> Parser::GetSymbol(bool* ok) { in GetSymbol()
1104 bool* ok) { in ParseSourceElements()
1194 bool* ok) { in ParseModuleElement()
1240 Block* Parser::ParseModuleDeclaration(ZoneStringList* names, bool* ok) { in ParseModuleDeclaration()
1276 Module* Parser::ParseModule(bool* ok) { in ParseModule()
1303 Module* Parser::ParseModuleLiteral(bool* ok) { in ParseModuleLiteral()
1344 Module* Parser::ParseModulePath(bool* ok) { in ParseModulePath()
1378 Module* Parser::ParseModuleVariable(bool* ok) { in ParseModuleVariable()
1394 Module* Parser::ParseModuleUrl(bool* ok) { in ParseModuleUrl()
1410 Module* Parser::ParseModuleSpecifier(bool* ok) { in ParseModuleSpecifier()
1423 Block* Parser::ParseImportDeclaration(bool* ok) { in ParseImportDeclaration()
1476 Statement* Parser::ParseExportDeclaration(bool* ok) { in ParseExportDeclaration()
1548 bool* ok) { in ParseBlockElement()
1571 Statement* Parser::ParseStatement(ZoneStringList* labels, bool* ok) { in ParseStatement()
1712 void Parser::Declare(Declaration* declaration, bool resolve, bool* ok) { in Declare()
1853 bool ok; in Declare() local
1880 Statement* Parser::ParseNativeDeclaration(bool* ok) { in ParseNativeDeclaration()
1936 Statement* Parser::ParseFunctionDeclaration(ZoneStringList* names, bool* ok) { in ParseFunctionDeclaration()
1962 Block* Parser::ParseBlock(ZoneStringList* labels, bool* ok) { in ParseBlock()
1988 Block* Parser::ParseScopedBlock(ZoneStringList* labels, bool* ok) { in ParseScopedBlock()
2025 bool* ok) { in ParseVariableStatement()
2053 bool* ok) { in ParseVariableDeclarations()
2374 bool* ok) { in ParseExpressionOrLabelledStatement()
2439 IfStatement* Parser::ParseIfStatement(ZoneStringList* labels, bool* ok) { in ParseIfStatement()
2459 Statement* Parser::ParseContinueStatement(bool* ok) { in ParseContinueStatement()
2489 Statement* Parser::ParseBreakStatement(ZoneStringList* labels, bool* ok) { in ParseBreakStatement()
2525 Statement* Parser::ParseReturnStatement(bool* ok) { in ParseReturnStatement()
2564 Statement* Parser::ParseWithStatement(ZoneStringList* labels, bool* ok) { in ParseWithStatement()
2592 CaseClause* Parser::ParseCaseClause(bool* default_seen_ptr, bool* ok) { in ParseCaseClause()
2626 bool* ok) { in ParseSwitchStatement()
2652 Statement* Parser::ParseThrowStatement(bool* ok) { in ParseThrowStatement()
2670 TryStatement* Parser::ParseTryStatement(bool* ok) { in ParseTryStatement()
2782 bool* ok) { in ParseDoWhileStatement()
2813 WhileStatement* Parser::ParseWhileStatement(ZoneStringList* labels, bool* ok) { in ParseWhileStatement()
2831 Statement* Parser::ParseForStatement(ZoneStringList* labels, bool* ok) { in ParseForStatement()
3011 Expression* Parser::ParseExpression(bool accept_IN, bool* ok) { in ParseExpression()
3029 Expression* Parser::ParseAssignmentExpression(bool accept_IN, bool* ok) { in ParseAssignmentExpression()
3102 Expression* Parser::ParseConditionalExpression(bool accept_IN, bool* ok) { in ParseConditionalExpression()
3133 Expression* Parser::ParseBinaryExpression(int prec, bool accept_IN, bool* ok) { in ParseBinaryExpression()
3226 Expression* Parser::ParseUnaryExpression(bool* ok) { in ParseUnaryExpression()
3311 Expression* Parser::ParsePostfixExpression(bool* ok) { in ParsePostfixExpression()
3346 Expression* Parser::ParseLeftHandSideExpression(bool* ok) { in ParseLeftHandSideExpression()
3417 Expression* Parser::ParseNewPrefix(PositionStack* stack, bool* ok) { in ParseNewPrefix()
3448 Expression* Parser::ParseNewExpression(bool* ok) { in ParseNewExpression()
3454 Expression* Parser::ParseMemberExpression(bool* ok) { in ParseMemberExpression()
3460 bool* ok) { in ParseMemberWithNewPrefixesExpression()
3530 DebuggerStatement* Parser::ParseDebuggerStatement(bool* ok) { in ParseDebuggerStatement()
3577 void Parser::ReportInvalidPreparseData(Handle<String> name, bool* ok) { in ReportInvalidPreparseData()
3586 Expression* Parser::ParsePrimaryExpression(bool* ok) { in ParsePrimaryExpression()
3728 Expression* Parser::ParseArrayLiteral(bool* ok) { in ParseArrayLiteral()
3960 bool* ok) { in CheckProperty()
4057 bool* ok) { in ParseObjectLiteralGetSet()
4090 Expression* Parser::ParseObjectLiteral(bool* ok) { in ParseObjectLiteral()
4239 Expression* Parser::ParseRegExpLiteral(bool seen_equal, bool* ok) { in ParseRegExpLiteral()
4258 ZoneList<Expression*>* Parser::ParseArguments(bool* ok) { in ParseArguments()
4378 bool* ok) { in ParseFunctionLiteral()
4676 Expression* Parser::ParseV8Intrinsic(bool* ok) { in ParseV8Intrinsic()
4738 void Parser::Expect(Token::Value token, bool* ok) { in Expect()
4756 void Parser::ExpectSemicolon(bool* ok) { in ExpectSemicolon()
4773 void Parser::ExpectContextualKeyword(const char* keyword, bool* ok) { in ExpectContextualKeyword()
4797 Handle<String> Parser::ParseIdentifier(bool* ok) { in ParseIdentifier()
4811 bool* is_strict_reserved, bool* ok) { in ParseIdentifierOrStrictReservedWord()
4822 Handle<String> Parser::ParseIdentifierName(bool* ok) { in ParseIdentifierName()
4849 bool* ok) { in CheckStrictModeLValue()
4864 void Parser::CheckOctalLiteral(int beg_pos, int end_pos, bool* ok) { in CheckOctalLiteral()
4877 void Parser::CheckConflictingVarDeclarations(Scope* scope, bool* ok) { in CheckConflictingVarDeclarations()
4900 bool* ok) { in ParseIdentifierNameOrGetOrSet()
4926 BreakableStatement* Parser::LookupBreakTarget(Handle<String> label, bool* ok) { in LookupBreakTarget()
4942 bool* ok) { in LookupContinueTarget()