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

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DNodeConstructors.h352 inline TypeOfResolveNode::TypeOfResolveNode(const JSTokenLocation& location, const Identifier& ident) function in class:JSC::TypeOfResolveNode
H A DNodes.h730 class TypeOfResolveNode : public ExpressionNode { class in namespace:JSC
732 TypeOfResolveNode(const JSTokenLocation&, const Identifier&);
H A DASTBuilder.h738 return new (m_vm) TypeOfResolveNode(location, resolve->identifier());
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp878 RegisterID* TypeOfResolveNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 110 milliseconds