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

/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h794 inline TryNode::TryNode(JSGlobalData* globalData, StatementNode* tryBlock, const Identifier& exceptionIdent, bool catchHasEval, StatementNode* catchBlock, StatementNode* finallyBlock) function in class:JSC::TryNode
H A DASTBuilder.h414 TryNode* result = new (m_globalData) TryNode(m_globalData, tryBlock, *ident, catchHasEval, catchBlock, finallyBlock);
H A DNodes.h1352 class TryNode : public StatementNode { class in namespace:JSC
1354 TryNode(JSGlobalData*, StatementNode* tryBlock, const Identifier& exceptionIdent, bool catchHasEval, StatementNode* catchBlock, StatementNode* finallyBlock);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp1888 // ------------------------------ TryNode --------------------------------------
1890 RegisterID* TryNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 191 milliseconds