Home
last modified time | relevance | path

Searched refs:has_exception (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dexecution.cc324 bool has_exception = value.is_null(); in Invoke() local
325 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()
326 if (has_exception) { in Invoke()
453 bool has_exception = value.IsException(isolate); in Invoke() local
454 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()
455 if (has_exception) { in Invoke()
/third_party/node/deps/v8/src/api/
Dapi-natives.cc28 bool has_exception = isolate_->has_pending_exception(); in ~InvokeScope() local
29 if (has_exception) { in ~InvokeScope()
/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc662 if (masm_->has_exception()) { in GetCode()
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc694 if (masm_->has_exception()) { in GetCode()
/third_party/node/deps/v8/src/regexp/riscv64/
Dregexp-macro-assembler-riscv64.cc675 if (masm_->has_exception()) { in GetCode()
/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/regexp/ppc/
Dregexp-macro-assembler-ppc.cc723 if (masm_->has_exception()) { in GetCode()
/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
/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/mips64/
Dassembler-mips64.h1622 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function