Searched refs:PostfixDotNode (Results 1 - 4 of 4) sorted by relevance

/external/webkit/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.h616 class PostfixDotNode : public ExpressionNode, public ThrowableSubExpressionData { class in namespace:JSC
618 PostfixDotNode(JSGlobalData*, ExpressionNode* base, const Identifier&, Operator, unsigned divot, unsigned startOffset, unsigned endOffset);
H A DGrammar.y1912 PostfixDotNode* node = new (globalData) PostfixDotNode(globalData, dot->base(), dot->identifier(), op, divot, divot - start, end - divot);
/external/webkit/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp578 // ------------------------------ PostfixDotNode ----------------------------------
580 RegisterID* PostfixDotNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 156 milliseconds