Searched defs:has_exception (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/
H A Dexecution.cc89 bool has_exception = value.is_null(); local
90 DCHECK(has_exception == isolate->has_pending_exception());
91 if (has_exception) {
150 bool has_exception = value->IsException(isolate); local
151 DCHECK(has_exception == isolate->has_pending_exception());
152 if (has_exception) {
H A Dapi-natives.cc23 bool has_exception = isolate_->has_pending_exception(); local
24 if (has_exception) {
/external/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc616 if (masm_->has_exception()) { function
/external/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc646 if (masm_->has_exception()) { function
/external/v8/src/mips/
H A Dassembler-mips.h1221 bool has_exception() const { function in namespace:v8::internal
/external/v8/src/mips64/
H A Dassembler-mips64.h1280 bool has_exception() const { function in namespace:v8::internal
/external/v8/src/ppc/
H A Dassembler-ppc.h1358 bool has_exception() const { return internal_trampoline_exception_; } function in namespace:v8::internal
/external/v8/src/compiler/
H A Dbytecode-graph-builder.cc619 bool has_exception = NodeProperties::IsExceptionalCall(node); local
621 environment()->Checkpoint(bailout_id, combine, has_exception);
H A Dast-graph-builder.cc4021 bool has_exception = NodeProperties::IsExceptionalCall(node); local
4022 Node* state = environment()->Checkpoint(ast_id, combine, has_exception);

Completed in 172 milliseconds