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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h727 inline ThrowNode::ThrowNode(const JSTokenLocation& location, ExpressionNode* expr) function in class:JSC::ThrowNode
H A DASTBuilder.h496 ThrowNode* result = new (m_vm) ThrowNode(location, expr);
H A DNodes.h1319 class ThrowNode : public StatementNode, public ThrowableExpressionData { class in namespace:JSC
1321 ThrowNode(const JSTokenLocation&, ExpressionNode*);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp2056 // ------------------------------ ThrowNode ------------------------------------
2058 void ThrowNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 319 milliseconds