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

/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h311 inline PostfixDotNode::PostfixDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset) function in class:JSC::PostfixDotNode
H A DNodes.h622 class PostfixDotNode : public ExpressionNode, public ThrowableSubExpressionData { class in namespace:JSC
624 PostfixDotNode(JSGlobalData*, ExpressionNode* base, const Identifier&, Operator, unsigned divot, unsigned startOffset, unsigned endOffset);

Completed in 117 milliseconds