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

/external/webkit/JavaScriptCore/parser/
H A DNodeConstructors.h284 inline ApplyFunctionCallDotNode::ApplyFunctionCallDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) function in class:JSC::ApplyFunctionCallDotNode
H A DNodes.h578 class ApplyFunctionCallDotNode : public FunctionCallDotNode { class in namespace:JSC
580 ApplyFunctionCallDotNode(JSGlobalData*, ExpressionNode* base, const Identifier&, ArgumentsNode*, unsigned divot, unsigned startOffset, unsigned endOffset);
H A DGrammar.y1942 node = new (globalData) ApplyFunctionCallDotNode(globalData, dot->base(), dot->identifier(), args.m_node, divot, divot - start, end - divot);
/external/webkit/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp431 RegisterID* ApplyFunctionCallDotNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 24 milliseconds