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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h235 inline NewExprNode::NewExprNode(const JSTokenLocation& location, ExpressionNode* expr) function in class:JSC::NewExprNode
242 inline NewExprNode::NewExprNode(const JSTokenLocation& location, ExpressionNode* expr, ArgumentsNode* args) function in class:JSC::NewExprNode
H A DASTBuilder.h257 NewExprNode* node = new (m_vm) NewExprNode(location, expr, arguments);
264 NewExprNode* node = new (m_vm) NewExprNode(location, expr);
H A DNodes.h568 class NewExprNode : public ExpressionNode, public ThrowableExpressionData { class in namespace:JSC
570 NewExprNode(const JSTokenLocation&, ExpressionNode*);
571 NewExprNode(const JSTokenLocation&, ExpressionNode*, ArgumentsNode*);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp366 // ------------------------------ NewExprNode ----------------------------------
368 RegisterID* NewExprNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 139 milliseconds