Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dexecution.cc278 bool has_exception = value.is_null(); in Invoke() local
279 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()
280 if (has_exception) { in Invoke()
395 bool has_exception = value.IsException(isolate); in Invoke() local
396 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()
397 if (has_exception) { in Invoke()
/external/v8/src/api/
Dapi-natives.cc26 bool has_exception = isolate_->has_pending_exception(); in ~InvokeScope() local
27 if (has_exception) { in ~InvokeScope()
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc657 if (masm_->has_exception()) { in GetCode()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc661 if (masm_->has_exception()) { in GetCode()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc627 if (masm_->has_exception()) { in GetCode()
/external/v8/src/codegen/ppc/
Dassembler-ppc.h1251 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
/external/v8/src/codegen/mips/
Dassembler-mips.h1586 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
/external/v8/src/codegen/mips64/
Dassembler-mips64.h1632 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function