Searched refs:FunctionCallValueNode (Results 1 – 6 of 6) sorted by relevance
597 FunctionCallValueNode::~FunctionCallValueNode() in ~FunctionCallValueNode()602 void FunctionCallValueNode::releaseNodes(NodeReleaser& releaser) in releaseNodes()608 RegisterID* FunctionCallValueNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode()
697 class FunctionCallValueNode : public ExpressionNode, public ThrowableExpressionData {699 …FunctionCallValueNode(JSGlobalData* globalData, ExpressionNode* expr, ArgumentsNode* args, unsigne… in FunctionCallValueNode() function707 virtual ~FunctionCallValueNode();
1912 …return createNodeInfo<ExpressionNode*>(new FunctionCallValueNode(GLOBAL_DATA, func.m_node, args.m_… in makeFunctionCallNode()
1273 (KJS::FunctionCallValueNode::emitCode):1402 (KJS::FunctionCallValueNode::emitCode): ditto4133 (KJS::FunctionCallValueNode::):8440 FunctionCallValueNode::emitCode failed to account for the8445 (KJS::FunctionCallValueNode::emitCode):11661 (KJS::FunctionCallValueNode::optimizeVariableAccess):11662 (KJS::FunctionCallValueNode::evaluate):12944 (KJS::FunctionCallValueNode::emitCode):14616 Add support for FunctionCallValueNode.14619 (KJS::FunctionCallValueNode::emitCode):[all …]
2800 (JSC::FunctionCallValueNode::emitBytecode):11160 (JSC::FunctionCallValueNode::emitBytecode):11407 (JSC::FunctionCallValueNode::emitBytecode):12296 (JSC::FunctionCallValueNode::emitCode):12350 (JSC::FunctionCallValueNode::emitCode):12426 (JSC::FunctionCallValueNode::emitCode):12771 (JSC::FunctionCallValueNode::emitCode): Ditto.21163 (JSC::FunctionCallValueNode::emitCode):24079 (JSC::FunctionCallValueNode::):
2745 (KJS::FunctionCallValueNode::):17896 (FunctionCallValueNode::evaluate):17926 (KJS::FunctionCallValueNode::FunctionCallValueNode):18388 (FunctionCallValueNode::evaluate): New node to handle calls on expressions18390 (FunctionCallValueNode::ref): ditto18391 (FunctionCallValueNode::deref): ditto18410 (FunctionCallValueNode::streamTo): Added - serializes the appropriate function call