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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h709 inline WithNode::WithNode(const JSTokenLocation& location, ExpressionNode* expr, StatementNode* statement, uint32_t divot, unsigned divotLine, unsigned divotLineStart, uint32_t expressionLength) function in class:JSC::WithNode
H A DASTBuilder.h489 WithNode* result = new (m_vm) WithNode(location, expr, statement, end, divotLine, divotLineStart, end - start);
H A DNodes.h1293 class WithNode : public StatementNode { class in namespace:JSC
1295 WithNode(const JSTokenLocation&, ExpressionNode*, StatementNode*, uint32_t divot, unsigned divotLine, unsigned divotLineStart, uint32_t expressionLength);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp1854 // ------------------------------ WithNode -------------------------------------
1856 void WithNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 199 milliseconds