Searched defs:FunctionCallDotNode (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h270 inline FunctionCallDotNode::FunctionCallDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) function in class:JSC::FunctionCallDotNode
280 : FunctionCallDotNode(globalData, base, ident, args, divot, startOffset, endOffset)
285 : FunctionCallDotNode(globalData, base, ident, args, divot, startOffset, endOffset)
H A DNodes.h563 class FunctionCallDotNode : public ExpressionNode, public ThrowableSubExpressionData { class in namespace:JSC
565 FunctionCallDotNode(JSGlobalData*, ExpressionNode* base, const Identifier&, ArgumentsNode*, unsigned divot, unsigned startOffset, unsigned endOffset);
576 class CallFunctionCallDotNode : public FunctionCallDotNode {
584 class ApplyFunctionCallDotNode : public FunctionCallDotNode {

Completed in 466 milliseconds