Searched refs:exceptionRegister (Results 1 – 1 of 1) sorted by relevance
1764 …RefPtr<RegisterID> exceptionRegister = generator.emitCatch(generator.newTemporary(), tryStartLabel… in emitBytecode() local1767 … generator.emitPutById(dynamicScopeObject.get(), m_exceptionIdent, exceptionRegister.get()); in emitBytecode()1768 generator.emitMove(exceptionRegister.get(), dynamicScopeObject.get()); in emitBytecode()1769 generator.emitPushScope(exceptionRegister.get()); in emitBytecode()1771 … generator.emitPushNewScope(exceptionRegister.get(), m_exceptionIdent, exceptionRegister.get()); in emitBytecode()