Home
last modified time | relevance | path

Searched defs:createForInLoop (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DSyntaxChecker.h183 …int createForInLoop(const Identifier*, int, int, int, int, int, int, int, int, int, int) { return … in createForInLoop() function
184 int createForInLoop(int, int, int, int, int, int, int, int) { return 1; } in createForInLoop() function
DASTBuilder.h343 …StatementNode* createForInLoop(const Identifier* ident, ExpressionNode* initializer, ExpressionNod… in createForInLoop() function
351 …StatementNode* createForInLoop(ExpressionNode* lhs, ExpressionNode* iter, StatementNode* statement… in createForInLoop() function