Searched refs:WhileNode (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h662 inline WhileNode::WhileNode(const JSTokenLocation& location, ExpressionNode* expr, StatementNode* statement) function in class:JSC::WhileNode
H A DASTBuilder.h467 WhileNode* result = new (m_vm) WhileNode(location, expr, statement);
H A DNodes.h1215 class WhileNode : public StatementNode { class in namespace:JSC
1217 WhileNode(const JSTokenLocation&, ExpressionNode*, StatementNode*);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp1645 // ------------------------------ WhileNode ------------------------------------
1647 void WhileNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 200 milliseconds