Searched defs:finally (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp1964 // to a finally block.
1977 // finally block
1981 // If topScope == bottomScope then there isn't actually a finally block
2072 PassRefPtr<Label> BytecodeGenerator::emitJumpSubroutine(RegisterID* retAddrDst, Label* finally) argument
2078 instructions().append(finally->bind(begin, instructions().size()));
2080 return finally;

Completed in 156 milliseconds