Home
last modified time | relevance | path

Searched refs:kException (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Doddball.h70 static const byte kException = 8; member in v8::internal::Oddball
H A Dkeys.cc153 ExceptionStatus::kException); in AddKey()
/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.h26 enum class V8MessageOrigin { kConsole, kException, kRevokedException }; member in v8_inspector::V8MessageOrigin
H A Dv8-console-message.cc319 if (m_origin == V8MessageOrigin::kException) { in reportToFrontend()
494 new V8ConsoleMessage(V8MessageOrigin::kException, timestamp, message)); in createForException()
544 if (origin == V8MessageOrigin::kException) { in TraceV8ConsoleMessageEvent()
H A Dv8-debugger.h155 v8::debug::ExceptionType exception_type = v8::debug::kException,
H A Dv8-debugger-agent-impl.cc396 v8::debug::kException, false, in enableImpl()
1801 } else if (breakReasons.contains(v8::debug::BreakReason::kException)) { in didPause()
H A Dv8-debugger.cc552 v8::debug::BreakReasons({v8::debug::BreakReason::kException}), in ExceptionThrown()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h128 kException, member in v8::debug::BreakReason
258 enum ExceptionType { kException, kPromiseRejection }; enumerator
H A Ddebug.cc2124 : v8::debug::kException); in OnThrow()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.cc434 if (exception_type == v8::debug::kException && is_uncaught) { in ExceptionThrown()
/third_party/node/deps/v8/src/common/
H A Dglobals.h1824 enum class ExceptionStatus : bool { kException = false, kSuccess = true }; member in v8::internal::ForInFeedback::DefineKeyedOwnPropertyInLiteralFlag::ExceptionStatus
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc741 "undefined", Oddball::kException)); in CreateInitialObjects()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc473 __ LoadRoot(v0, RootIndex::kException); in Generate_JSEntryVariant()
2764 __ LoadRoot(t0, RootIndex::kException); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc648 __ LoadRoot(v0, RootIndex::kException); in Generate_JSEntryVariant()
2849 __ LoadRoot(a4, RootIndex::kException); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc911 __ LoadRoot(r3, RootIndex::kException); in Generate_JSEntryVariant()
3031 __ CompareRoot(r3, RootIndex::kException); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc646 __ LoadRoot(a0, RootIndex::kException); in Generate_JSEntryVariant()
2826 __ LoadRoot(a4, RootIndex::kException); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc470 __ LoadRoot(rax, RootIndex::kException); in Generate_JSEntryVariant()
4300 __ CompareRoot(rax, RootIndex::kException); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc758 __ LoadRoot(x0, RootIndex::kException); in Generate_JSEntryVariant()
3269 __ CompareRoot(result, RootIndex::kException); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc648 __ LoadRoot(r0, RootIndex::kException); in Generate_JSEntryVariant()
2798 __ CompareRoot(r0, RootIndex::kException); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc682 __ LoadRoot(a0, RootIndex::kException); in Generate_JSEntryVariant()
2891 __ LoadRoot(a4, RootIndex::kException); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc912 __ LoadRoot(r2, RootIndex::kException); in Generate_JSEntryVariant()
3073 __ CompareRoot(r2, RootIndex::kException); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc3054 __ CompareRoot(eax, RootIndex::kException); in Generate_CEntry()

Completed in 74 milliseconds