• Home
  • Raw
  • Download

Lines Matching defs:ok

56   explicit PositionStack(bool* ok) : top_(NULL), ok_(ok) {}  in PositionStack()
1087 bool* ok) { in Declare()
1222 bool ok = true; in PreParseProgram() local
1256 bool ok = true; in ParseProgram() local
1313 bool ok = true; in ParseLazy() local
1352 bool ok = true; in ParseJson() local
1661 bool* ok) { in ParseSourceElements()
1705 Statement* Parser::ParseStatement(ZoneStringList* labels, bool* ok) { in ParseStatement()
1826 bool* ok) { in Declare()
1924 Statement* Parser::ParseNativeDeclaration(bool* ok) { in ParseNativeDeclaration()
1984 Statement* Parser::ParseFunctionDeclaration(bool* ok) { in ParseFunctionDeclaration()
2002 Block* Parser::ParseBlock(ZoneStringList* labels, bool* ok) { in ParseBlock()
2022 Block* Parser::ParseVariableStatement(bool* ok) { in ParseVariableStatement()
2040 bool* ok) { in ParseVariableDeclarations()
2233 bool* ok) { in ParseExpressionOrLabelledStatement()
2275 IfStatement* Parser::ParseIfStatement(ZoneStringList* labels, bool* ok) { in ParseIfStatement()
2295 Statement* Parser::ParseContinueStatement(bool* ok) { in ParseContinueStatement()
2323 Statement* Parser::ParseBreakStatement(ZoneStringList* labels, bool* ok) { in ParseBreakStatement()
2356 Statement* Parser::ParseReturnStatement(bool* ok) { in ParseReturnStatement()
2394 bool* ok) { in WithHelper()
2430 Statement* Parser::ParseWithStatement(ZoneStringList* labels, bool* ok) { in ParseWithStatement()
2443 CaseClause* Parser::ParseCaseClause(bool* default_seen_ptr, bool* ok) { in ParseCaseClause()
2477 bool* ok) { in ParseSwitchStatement()
2503 Statement* Parser::ParseThrowStatement(bool* ok) { in ParseThrowStatement()
2521 TryStatement* Parser::ParseTryStatement(bool* ok) { in ParseTryStatement()
2628 bool* ok) { in ParseDoWhileStatement()
2659 WhileStatement* Parser::ParseWhileStatement(ZoneStringList* labels, bool* ok) { in ParseWhileStatement()
2677 Statement* Parser::ParseForStatement(ZoneStringList* labels, bool* ok) { in ParseForStatement()
2775 Expression* Parser::ParseExpression(bool accept_IN, bool* ok) { in ParseExpression()
2791 Expression* Parser::ParseAssignmentExpression(bool accept_IN, bool* ok) { in ParseAssignmentExpression()
2834 Expression* Parser::ParseConditionalExpression(bool accept_IN, bool* ok) { in ParseConditionalExpression()
2862 Expression* Parser::ParseBinaryExpression(int prec, bool accept_IN, bool* ok) { in ParseBinaryExpression()
2968 Expression* Parser::ParseUnaryExpression(bool* ok) { in ParseUnaryExpression()
3022 Expression* Parser::ParsePostfixExpression(bool* ok) { in ParsePostfixExpression()
3043 Expression* Parser::ParseLeftHandSideExpression(bool* ok) { in ParseLeftHandSideExpression()
3107 Expression* Parser::ParseNewPrefix(PositionStack* stack, bool* ok) { in ParseNewPrefix()
3137 Expression* Parser::ParseNewExpression(bool* ok) { in ParseNewExpression()
3143 Expression* Parser::ParseMemberExpression(bool* ok) { in ParseMemberExpression()
3149 bool* ok) { in ParseMemberWithNewPrefixesExpression()
3199 DebuggerStatement* Parser::ParseDebuggerStatement(bool* ok) { in ParseDebuggerStatement()
3239 Expression* Parser::ParsePrimaryExpression(bool* ok) { in ParsePrimaryExpression()
3382 Expression* Parser::ParseArrayLiteral(bool* ok) { in ParseArrayLiteral()
3521 Expression* Parser::ParseObjectLiteral(bool* ok) { in ParseObjectLiteral()
3626 Expression* Parser::ParseRegExpLiteral(bool seen_equal, bool* ok) { in ParseRegExpLiteral()
3660 ZoneList<Expression*>* Parser::ParseArguments(bool* ok) { in ParseArguments()
3681 bool* ok) { in ParseFunctionLiteral()
3800 Expression* Parser::ParseV8Intrinsic(bool* ok) { in ParseV8Intrinsic()
3850 void Parser::Expect(Token::Value token, bool* ok) { in Expect()
3868 void Parser::ExpectSemicolon(bool* ok) { in ExpectSemicolon()
3900 Handle<String> Parser::ParseIdentifier(bool* ok) { in ParseIdentifier()
3913 bool* ok) { in ParseIdentifierOrGetOrSet()
3940 BreakableStatement* Parser::LookupBreakTarget(Handle<String> label, bool* ok) { in LookupBreakTarget()
3956 bool* ok) { in LookupContinueTarget()
4037 Expression* Parser::ParseJson(bool* ok) { in ParseJson()
4045 Expression* Parser::ParseJsonValue(bool* ok) { in ParseJsonValue()
4092 Expression* Parser::ParseJsonObject(bool* ok) { in ParseJsonObject()
4142 Expression* Parser::ParseJsonArray(bool* ok) { in ParseJsonArray()