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

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DNodeConstructors.h332 inline DeleteDotNode::DeleteDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) function in class:JSC::DeleteDotNode
H A DNodes.h699 class DeleteDotNode : public ExpressionNode, public ThrowableExpressionData { class in namespace:JSC
701 DeleteDotNode(const JSTokenLocation&, ExpressionNode* base, const Identifier&, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd);
H A DASTBuilder.h757 return new (m_vm) DeleteDotNode(location, dot->base(), dot->identifier(), divot, start, end);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp844 // ------------------------------ DeleteDotNode -----------------------------------
846 RegisterID* DeleteDotNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 104 milliseconds