Searched refs:FunctionCallValueNode (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/JavaScriptCore/parser/ |
D | NodeConstructors.h | 245 …inline FunctionCallValueNode::FunctionCallValueNode(JSGlobalData* globalData, ExpressionNode* expr… in FunctionCallValueNode() function
|
D | Nodes.h | 527 class FunctionCallValueNode : public ExpressionNode, public ThrowableExpressionData { 529 …FunctionCallValueNode(JSGlobalData*, ExpressionNode*, ArgumentsNode*, unsigned divot, unsigned sta…
|
D | ASTBuilder.h | 784 …return new (m_globalData) FunctionCallValueNode(m_globalData, func, args, divot, divot - start, en… in makeFunctionCallNode()
|
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
D | NodesCodegen.cpp | 345 RegisterID* FunctionCallValueNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 1273 (KJS::FunctionCallValueNode::emitCode): 1402 (KJS::FunctionCallValueNode::emitCode): ditto 4133 (KJS::FunctionCallValueNode::): 8440 FunctionCallValueNode::emitCode failed to account for the 8445 (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 …]
|
D | ChangeLog-2007-10-14 | 2745 (KJS::FunctionCallValueNode::): 17896 (FunctionCallValueNode::evaluate): 17926 (KJS::FunctionCallValueNode::FunctionCallValueNode): 18388 (FunctionCallValueNode::evaluate): New node to handle calls on expressions 18390 (FunctionCallValueNode::ref): ditto 18391 (FunctionCallValueNode::deref): ditto 18410 (FunctionCallValueNode::streamTo): Added - serializes the appropriate function call
|
D | ChangeLog-2009-06-16 | 3607 (JSC::FunctionCallValueNode::emitBytecode): Ditto. 14593 (JSC::FunctionCallValueNode::emitBytecode): 22953 (JSC::FunctionCallValueNode::emitBytecode): 23200 (JSC::FunctionCallValueNode::emitBytecode): 24089 (JSC::FunctionCallValueNode::emitCode): 24143 (JSC::FunctionCallValueNode::emitCode): 24219 (JSC::FunctionCallValueNode::emitCode): 24564 (JSC::FunctionCallValueNode::emitCode): Ditto. 32956 (JSC::FunctionCallValueNode::emitCode): 35872 (JSC::FunctionCallValueNode::):
|
D | ChangeLog-2011-02-16 | 11832 (JSC::FunctionCallValueNode::emitBytecode): 23739 (JSC::FunctionCallValueNode::emitBytecode):
|
D | ChangeLog-2010-05-24 | 652 (JSC::FunctionCallValueNode::emitBytecode):
|