Searched refs:ScopedExceptionHandler (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-microtask-queue-gen.cc | 17 using compiler::ScopedExceptionHandler; 157 ScopedExceptionHandler handler(this, &if_exception, &var_exception); in RunSingleMicrotask() 183 ScopedExceptionHandler handler(this, &if_exception, &var_exception); in RunSingleMicrotask() 209 ScopedExceptionHandler handler(this, &if_exception, &var_exception); in RunSingleMicrotask() 253 ScopedExceptionHandler handler(this, &if_exception, &var_exception); in RunSingleMicrotask() 306 ScopedExceptionHandler handler(this, &if_exception, &var_exception); in RunSingleMicrotask()
|
H A D | builtins-async-iterator-gen.cc | 139 ScopedExceptionHandler handler(this, &reject_promise, &var_exception); in Generate_AsyncFromSyncIteratorMethod() 170 ScopedExceptionHandler handler(this, &reject_promise, &var_exception); in Generate_AsyncFromSyncIteratorMethod() 227 ScopedExceptionHandler handler(this, if_exception, var_exception); in LoadIteratorResult()
|
H A D | builtins-temporal-gen.cc | 70 compiler::ScopedExceptionHandler handler(this, &if_exception, in TemporalInstantFixedArrayFromIterable()
|
H A D | builtins-shadowrealm-gen.cc | 215 compiler::ScopedExceptionHandler handler(this, &call_exception, in TF_BUILTIN()
|
H A D | builtins-generator-gen.cc | 64 compiler::ScopedExceptionHandler handler(this, &if_exception, in InnerResume()
|
H A D | builtins-iterator-gen.cc | 261 compiler::ScopedExceptionHandler handler(this, &if_exception, in StringListFromIterable()
|
H A D | builtins-collections-gen.cc | 30 compiler::ScopedExceptionHandler handler(this, if_exception, var_exception); in AddConstructorEntry()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.cc | 1700 ScopedExceptionHandler::ScopedExceptionHandler( in ScopedExceptionHandler() function in v8::internal::compiler::ScopedExceptionHandler 1711 ScopedExceptionHandler::ScopedExceptionHandler( in ScopedExceptionHandler() function in v8::internal::compiler::ScopedExceptionHandler 1725 ScopedExceptionHandler::~ScopedExceptionHandler() { in ~ScopedExceptionHandler()
|
H A D | code-assembler.h | 1632 friend class ScopedExceptionHandler; 1661 class V8_EXPORT_PRIVATE V8_NODISCARD ScopedExceptionHandler { class 1663 ScopedExceptionHandler(CodeAssembler* assembler, 1668 ScopedExceptionHandler(CodeAssembler* assembler, CodeAssemblerLabel* label, 1671 ~ScopedExceptionHandler();
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 320 using ScopedExceptionHandler = compiler::ScopedExceptionHandler;
|
Completed in 20 milliseconds