Home
last modified time | relevance | path

Searched refs:PostfixErrorNode (Results 1 – 7 of 7) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DNodeConstructors.h320 …inline PostfixErrorNode::PostfixErrorNode(JSGlobalData* globalData, ExpressionNode* expr, Operator… in PostfixErrorNode() function
DNodes.h649 class PostfixErrorNode : public ExpressionNode, public ThrowableSubExpressionData {
651PostfixErrorNode(JSGlobalData*, ExpressionNode*, Operator, unsigned divot, unsigned startOffset, u…
DNodes.cpp597 RegisterID* PostfixErrorNode::emitBytecode(BytecodeGenerator& generator, RegisterID*) in emitBytecode()
DGrammar.y1886 …return new (GLOBAL_DATA) PostfixErrorNode(GLOBAL_DATA, expr, op, divot, divot - start, end - divot… in makePostfixNode()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-104146 (KJS::PostfixErrorNode::):
11714 (KJS::PostfixErrorNode::evaluate):
12463 Add support for AssignErrorNode, PrefixErrorNode, and PostfixErrorNode.
12474 (KJS::PostfixErrorNode::emitCode):
27072 (KJS::PostfixErrorNode::):
27073 (KJS::PostfixErrorNode::precedence):
29291 (KJS::PostfixErrorNode::streamTo): Use PrecLeftHandSide.
DChangeLog-2007-10-142754 (KJS::PostfixErrorNode::):
2993 new PostfixErrorNode, PrefixErrorNode, and AssignErrorNode classes.
2997 which does both. Added PostfixErrorNode, PrefixErrorNode, and AssignErrorNode classes.
3004 (PostfixErrorNode::evaluate): Added. Throws an exception.
3012 (PostfixErrorNode::streamTo): Added.
DChangeLog-2009-06-1622962 (JSC::PostfixErrorNode::emitBytecode):
23207 (JSC::PostfixErrorNode::emitBytecode):
35880 (JSC::PostfixErrorNode::):