Searched refs:PostfixErrorNode (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/JavaScriptCore/parser/ |
D | NodeConstructors.h | 320 …inline PostfixErrorNode::PostfixErrorNode(JSGlobalData* globalData, ExpressionNode* expr, Operator… in PostfixErrorNode() function
|
D | Nodes.h | 634 class PostfixErrorNode : public ExpressionNode, public ThrowableSubExpressionData { 636 …PostfixErrorNode(JSGlobalData*, ExpressionNode*, Operator, unsigned divot, unsigned startOffset, u…
|
D | ASTBuilder.h | 955 …return new (m_globalData) PostfixErrorNode(m_globalData, expr, op, divot, divot - start, end - div… in makePostfixNode()
|
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
D | NodesCodegen.cpp | 637 RegisterID* PostfixErrorNode::emitBytecode(BytecodeGenerator& generator, RegisterID*) in emitBytecode()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 4146 (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.
|
D | ChangeLog-2007-10-14 | 2754 (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.
|
D | ChangeLog-2011-02-16 | 10379 (JSC::PostfixErrorNode::emitBytecode): 22959 (JSC::PostfixErrorNode::emitBytecode):
|
D | ChangeLog-2009-06-16 | 22962 (JSC::PostfixErrorNode::emitBytecode): 23207 (JSC::PostfixErrorNode::emitBytecode): 35880 (JSC::PostfixErrorNode::):
|