Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.cc91 bool has_exception = value.is_null(); in Invoke() local
156 bool has_exception = value->IsException(isolate); in Invoke() local
Dapi-natives.cc23 bool has_exception = isolate_->has_pending_exception(); in ~InvokeScope() local
/external/v8/src/ppc/
Dassembler-ppc.h1364 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
/external/v8/src/mips/
Dassembler-mips.h1225 bool has_exception() const { in has_exception() function
/external/v8/src/mips64/
Dassembler-mips64.h1280 bool has_exception() const { in has_exception() function
/external/v8/src/compiler/
Dbytecode-graph-builder.cc619 bool has_exception = NodeProperties::IsExceptionalCall(node); in PrepareFrameState() local
Dast-graph-builder.cc2853 bool has_exception = NodeProperties::IsExceptionalCall(node); in PrepareFrameState() local