Searched refs:has_exception (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dexecution.cc99 bool has_exception = value->IsException(); local
100 DCHECK(has_exception == isolate->has_pending_exception());
101 if (has_exception) {
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h1148 bool has_exception() const { function in class:v8::internal::Assembler
H A Dregexp-macro-assembler-mips.cc574 if (masm_->has_exception()) { function
/external/chromium_org/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.cc610 if (masm_->has_exception()) { function
H A Dassembler-mips64.h1184 bool has_exception() const { function in class:v8::internal::Assembler

Completed in 723 milliseconds