Searched refs:createIfStatement (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DSyntaxChecker.h199 int createIfStatement(const JSTokenLocation&, int, int, int, int) { return StatementResult; } function in class:JSC::SyntaxChecker
200 int createIfStatement(const JSTokenLocation&, int, int, int, int, int) { return StatementResult; } function in class:JSC::SyntaxChecker
H A DParser.cpp1466 return context.createIfStatement(ifLocation, condition, trueBlock, 0, start, end);
1511 statementStack.append(context.createIfStatement(elseLocation, condition, trueBlock, 0, pos.first, pos.second));
1525 statementStack.append(context.createIfStatement(elseLocation, condition, trueBlock, falseBlock, pos.first, pos.second));
1528 return context.createIfStatement(ifLocation, condition, trueBlock, statementStack.last(), start, end);
H A DASTBuilder.h363 StatementNode* createIfStatement(const JSTokenLocation& location, ExpressionNode* condition, StatementNode* trueBlock, StatementNode* falseBlock, int start, int end) function in class:JSC::ASTBuilder

Completed in 134 milliseconds