Searched refs:popTryAndEmitCatch (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h419 RegisterID* popTryAndEmitCatch(TryData*, RegisterID* targetRegister, Label* end);
H A DNodesCodegen.cpp2266 RefPtr<RegisterID> exceptionRegister = generator.popTryAndEmitCatch(tryData, generator.newTemporary(), here.get());
2292 RefPtr<RegisterID> tempExceptionRegister = generator.popTryAndEmitCatch(tryData, generator.newTemporary(), preFinallyLabel.get());
H A DBytecodeGenerator.cpp2259 RegisterID* BytecodeGenerator::popTryAndEmitCatch(TryData* tryData, RegisterID* targetRegister, Label* end) function in class:JSC::BytecodeGenerator

Completed in 195 milliseconds