Home
last modified time | relevance | path

Searched defs:has_exception (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dexecution.cc324 bool has_exception = value.is_null(); in Invoke() local
453 bool has_exception = value.IsException(isolate); in Invoke() local
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.h870 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
/third_party/node/deps/v8/src/api/
Dapi-natives.cc28 bool has_exception = isolate_->has_pending_exception(); in ~InvokeScope() local
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.h1622 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.h1574 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.h1375 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.h1456 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function