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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h100 inline ThisNode::ThisNode(const JSTokenLocation& location) function in class:JSC::ThisNode
H A DNodes.h411 class ThisNode : public ExpressionNode { class in namespace:JSC
413 ThisNode(const JSTokenLocation&);
H A DASTBuilder.h182 return new (m_vm) ThisNode(location);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp131 // ------------------------------ ThisNode -------------------------------------
133 RegisterID* ThisNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 171 milliseconds