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

/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h279 inline CallFunctionCallDotNode::CallFunctionCallDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) function in class:JSC::CallFunctionCallDotNode
H A DNodes.h576 class CallFunctionCallDotNode : public FunctionCallDotNode { class in namespace:JSC
578 CallFunctionCallDotNode(JSGlobalData*, ExpressionNode* base, const Identifier&, ArgumentsNode*, unsigned divot, unsigned startOffset, unsigned endOffset);
H A DASTBuilder.h804 node = new (m_globalData) CallFunctionCallDotNode(m_globalData, dot->base(), dot->identifier(), args, divot, divot - start, end - divot);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp408 RegisterID* CallFunctionCallDotNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 40 milliseconds