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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h341 inline TypeOfResolveNode::TypeOfResolveNode(const JSTokenLocation& location, const Identifier& ident) function in class:JSC::TypeOfResolveNode
H A DNodes.h705 class TypeOfResolveNode : public ExpressionNode { class in namespace:JSC
707 TypeOfResolveNode(const JSTokenLocation&, const Identifier&);
H A DASTBuilder.h689 return new (m_vm) TypeOfResolveNode(location, resolve->identifier());
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp769 RegisterID* TypeOfResolveNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 92 milliseconds