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

/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h253 inline FunctionCallResolveNode::FunctionCallResolveNode(JSGlobalData* globalData, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) function in class:JSC::FunctionCallResolveNode
H A DNodes.h538 class FunctionCallResolveNode : public ExpressionNode, public ThrowableExpressionData { class in namespace:JSC
540 FunctionCallResolveNode(JSGlobalData*, const Identifier&, ArgumentsNode*, unsigned divot, unsigned startOffset, unsigned endOffset);
H A DASTBuilder.h792 return new (m_globalData) FunctionCallResolveNode(m_globalData, identifier, args, divot, divot - start, end - divot);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp353 // ------------------------------ FunctionCallResolveNode ----------------------------------
355 RegisterID* FunctionCallResolveNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 76 milliseconds