Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/parser/
DNodeConstructors.h311 …inline PostfixDotNode::PostfixDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identi… in PostfixDotNode() function
DNodes.h616 class PostfixDotNode : public ExpressionNode, public ThrowableSubExpressionData {
618PostfixDotNode(JSGlobalData*, ExpressionNode* base, const Identifier&, Operator, unsigned divot, u…
DGrammar.y1912PostfixDotNode* node = new (globalData) PostfixDotNode(globalData, dot->base(), dot->identifier(),… in makePostfixNode()
/external/webkit/JavaScriptCore/bytecompiler/
DNodesCodegen.cpp580 RegisterID* PostfixDotNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-142466 (PostfixDotNode::streamTo):
2753 (KJS::PostfixDotNode::):
15391 (PostfixDotNode::evaluate):
15649 (PostfixDotNode::evaluate):
16446 (PostfixDotNode::evaluate): ditto
17202 (PostfixDotNode::evaluate):
17217 (KJS::PostfixDotNode::PostfixDotNode):
17230 (PostfixDotNode::streamTo):
DChangeLog-2008-08-101279 (KJS::PostfixDotNode::emitCode):
4143 (KJS::PostfixDotNode::):
11711 (KJS::PostfixDotNode::optimizeVariableAccess):
27066 (KJS::PostfixDotNode::):
27067 (KJS::PostfixDotNode::precedence):
28774 (KJS::PostfixDotNode::):
28775 (KJS::PostfixDotNode::precedence):
28802 (KJS::PostfixDotNode::streamTo):
29290 (KJS::PostfixDotNode::streamTo): Ditto.
DChangeLog-2009-06-163614 (JSC::PostfixDotNode::emitBytecode): Ditto.
19032 (JSC::PostfixDotNode::emitBytecode):
22961 (JSC::PostfixDotNode::emitBytecode):
23206 (JSC::PostfixDotNode::emitBytecode):
24570 (JSC::PostfixDotNode::emitCode): Ditto.
35879 (JSC::PostfixDotNode::):