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

/external/v8/src/
H A Dexecution.cc91 bool has_exception = value.is_null(); local
92 DCHECK(has_exception == isolate->has_pending_exception());
93 if (has_exception) {
156 bool has_exception = value->IsException(isolate); local
157 DCHECK(has_exception == isolate->has_pending_exception());
158 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/compiler/
H A Dast-graph-builder.cc2853 bool has_exception = NodeProperties::IsExceptionalCall(node); local
2854 Node* state = environment()->Checkpoint(ast_id, combine, has_exception);
H A Dbytecode-graph-builder.cc619 bool has_exception = NodeProperties::IsExceptionalCall(node); local
626 bailout_id, combine, has_exception, liveness_after);

Completed in 202 milliseconds