Home
last modified time | relevance | path

Searched refs:ScopedExceptionHandler (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-microtask-queue-gen.cc17 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 Dbuiltins-async-iterator-gen.cc139 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 Dbuiltins-temporal-gen.cc70 compiler::ScopedExceptionHandler handler(this, &if_exception, in TemporalInstantFixedArrayFromIterable()
H A Dbuiltins-shadowrealm-gen.cc215 compiler::ScopedExceptionHandler handler(this, &call_exception, in TF_BUILTIN()
H A Dbuiltins-generator-gen.cc64 compiler::ScopedExceptionHandler handler(this, &if_exception, in InnerResume()
H A Dbuiltins-iterator-gen.cc261 compiler::ScopedExceptionHandler handler(this, &if_exception, in StringListFromIterable()
H A Dbuiltins-collections-gen.cc30 compiler::ScopedExceptionHandler handler(this, if_exception, var_exception); in AddConstructorEntry()
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc1700 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 Dcode-assembler.h1632 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 Dcode-stub-assembler.h320 using ScopedExceptionHandler = compiler::ScopedExceptionHandler;

Completed in 20 milliseconds