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

/external/webkit/JavaScriptCore/parser/
H A DNodeConstructors.h320 inline PostfixErrorNode::PostfixErrorNode(JSGlobalData* globalData, ExpressionNode* expr, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset) function in class:JSC::PostfixErrorNode
H A DNodes.h628 class PostfixErrorNode : public ExpressionNode, public ThrowableSubExpressionData { class in namespace:JSC
630 PostfixErrorNode(JSGlobalData*, ExpressionNode*, Operator, unsigned divot, unsigned startOffset, unsigned endOffset);

Completed in 15 milliseconds