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

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DNodeConstructors.h721 inline WithNode::WithNode(const JSTokenLocation& location, ExpressionNode* expr, StatementNode* statement, const JSTextPosition& divot, uint32_t expressionLength) function in class:JSC::WithNode
H A DASTBuilder.h508 WithNode* result = new (m_vm) WithNode(location, expr, statement, end, end - start);
H A DNodes.h1335 class WithNode : public StatementNode { class in namespace:JSC
1337 WithNode(const JSTokenLocation&, ExpressionNode*, StatementNode*, const JSTextPosition& divot, uint32_t expressionLength);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp2023 // ------------------------------ WithNode -------------------------------------
2025 void WithNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 138 milliseconds