HomeSort by relevance Sort by last modified time
    Searched refs:has_pending_exception (Results 1 - 25 of 40) sorted by null

1 2

  /external/v8/src/wasm/
wasm-result.cc 50 if (error() && !isolate_->has_pending_exception()) {
  /external/v8/test/fuzzer/
wasm-asmjs.cc 26 if (i_isolate->has_pending_exception()) {
wasm.cc 26 if (i_isolate->has_pending_exception()) {
  /external/v8/src/
isolate-inl.h 22 DCHECK(has_pending_exception());
40 bool Isolate::has_pending_exception() { function in class:v8::internal::Isolate
execution.cc 110 DCHECK(has_exception == isolate->has_pending_exception());
146 DCHECK(has_exception == isolate->has_pending_exception());
197 DCHECK(isolate->has_pending_exception());
210 DCHECK(!isolate->has_pending_exception());
compiler.cc 480 DCHECK(!info->isolate()->has_pending_exception());
504 if (!isolate->has_pending_exception()) isolate->StackOverflow();
676 DCHECK(!isolate->has_pending_exception());
754 DCHECK(!isolate->has_pending_exception());
807 if (isolate->has_pending_exception()) isolate->clear_pending_exception();
    [all...]
api.cc 90 bool has_pending_exception = false
124 if (has_pending_exception) { \
    [all...]
isolate.h 135 DCHECK(__isolate__->has_pending_exception()); \
144 DCHECK((isolate)->has_pending_exception()); \
174 DCHECK((isolate)->has_pending_exception()); \
590 inline bool has_pending_exception();
    [all...]
v8threads.cc 305 DCHECK(!isolate_->has_pending_exception());
contexts.cc 308 DCHECK(!isolate->has_pending_exception());
messages.cc 84 if (isolate->has_pending_exception()) {
isolate.cc 921 if (has_pending_exception() &&
    [all...]
api-natives.cc 436 bool has_exception = isolate_->has_pending_exception();
json-parser.cc 127 if (isolate_->has_pending_exception()) return Handle<Object>::null();
  /external/v8/test/cctest/interpreter/
interpreter-tester.cc 46 CHECK(isolate_->has_pending_exception());
  /external/v8/src/runtime/
runtime-scopes.cc 155 if (isolate->has_pending_exception()) return result;
247 DCHECK(!isolate->has_pending_exception());
655 if (isolate->has_pending_exception()) return name_clash_result;
817 DCHECK(!isolate->has_pending_exception());
836 if (isolate->has_pending_exception()) return isolate->heap()->exception();
867 if (isolate->has_pending_exception()) return MaybeHandle<Object>();
    [all...]
runtime-object.cc 164 DCHECK(!isolate->has_pending_exception());
183 DCHECK(!isolate->has_pending_exception());
runtime-debug.cc     [all...]
runtime-strings.cc 119 if (isolate->has_pending_exception()) return isolate->heap()->exception();
126 if (isolate->has_pending_exception()) return isolate->heap()->exception();
    [all...]
  /external/v8/test/cctest/compiler/
function-tester.h 89 CHECK(isolate->has_pending_exception());
99 CHECK(isolate->has_pending_exception());
  /external/v8/src/debug/
debug-evaluate.cc 74 if (isolate->has_pending_exception()) return MaybeHandle<Object>();
debug-scopes.cc 439 DCHECK(isolate_->has_pending_exception());
  /external/v8/src/regexp/
regexp-macro-assembler.cc 283 if (result == EXCEPTION && !isolate->has_pending_exception()) {
  /external/v8/test/cctest/
test-strings.cc     [all...]
  /external/v8/src/compiler/
js-inlining.cc 365 if (info_->isolate()->has_pending_exception()) {

Completed in 1798 milliseconds

1 2