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

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DSyntaxChecker.h213 int createWhileStatement(const JSTokenLocation&, int, int, int, int) { return StatementResult; } function in class:JSC::SyntaxChecker
H A DASTBuilder.h484 StatementNode* createWhileStatement(const JSTokenLocation& location, ExpressionNode* expr, StatementNode* statement, int startLine, int endLine) function in class:JSC::ASTBuilder
H A DParser.cpp443 return context.createWhileStatement(location, expr, statement, startLine, endLine);

Completed in 126 milliseconds