Searched refs:has_pending_exception (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-codegen-deopt.cc216 bool has_pending_exception = local
220 CHECK(!has_pending_exception);
305 bool has_pending_exception = local
309 CHECK(!has_pending_exception);
H A Dfunction-tester.h94 CHECK(isolate->has_pending_exception());
105 CHECK(isolate->has_pending_exception());
/external/chromium_org/v8/src/
H A Dcontexts.cc82 DCHECK(attrs.has_value || isolate->has_pending_exception());
98 DCHECK(isolate->has_pending_exception());
153 DCHECK(!isolate->has_pending_exception());
H A Dapi.cc70 bool has_pending_exception = false
78 if (has_pending_exception) { \
1689 has_pending_exception = !i::Execution::Call(
1757 has_pending_exception = result.is_null();
1758 if (has_pending_exception && script_data != NULL) {
1862 has_pending_exception = result.is_null();
1863 if (has_pending_exception) isolate->ReportPendingMessages();
1998 has_pending_exception = !maybe.has_value;
2145 has_pending_exception = !CallV8HeapFunction(
2180 has_pending_exception
[all...]
H A Dcompiler.cc433 if (isolate()->has_pending_exception()) {
648 if (!isolate->has_pending_exception()) isolate->StackOverflow();
764 DCHECK(!info->isolate()->has_pending_exception());
813 DCHECK(!function->GetIsolate()->has_pending_exception());
829 DCHECK(!function->GetIsolate()->has_pending_exception());
875 DCHECK(!shared->GetIsolate()->has_pending_exception());
948 DCHECK(!isolate->has_pending_exception());
1317 DCHECK(!isolate->has_pending_exception());
1345 if (isolate->has_pending_exception()) isolate->clear_pending_exception();
H A Dmessages.cc86 if (isolate->has_pending_exception()) {
H A Disolate.cc805 if (has_pending_exception() &&
869 if (has_pending_exception()) {
1010 DCHECK(!has_pending_exception());
1164 DCHECK(has_pending_exception());
1201 DCHECK(has_pending_exception());
1233 DCHECK(has_pending_exception());
1251 DCHECK(has_pending_exception());
1779 DCHECK(has_pending_exception());
H A Disolate.h125 DCHECK((isolate)->has_pending_exception()); \
156 DCHECK((isolate)->has_pending_exception()); \
561 DCHECK(has_pending_exception());
580 bool has_pending_exception() { function in class:v8::internal::Isolate
H A Dregexp-macro-assembler.cc152 if (result == EXCEPTION && !isolate->has_pending_exception()) {
H A Dv8threads.cc310 DCHECK(!isolate_->has_pending_exception());
H A Dexecution.cc100 DCHECK(has_exception == isolate->has_pending_exception());
173 DCHECK(isolate->has_pending_exception());
186 DCHECK(!isolate->has_pending_exception());
H A Ddebug.cc751 DCHECK(isolate->has_pending_exception());
766 DCHECK(!isolate->has_pending_exception());
772 DCHECK(!isolate->has_pending_exception());
3109 if (!isolate()->has_pending_exception()) debug_->ClearMirrorCache();
H A Djson-parser.h208 if (isolate_->has_pending_exception()) return Handle<Object>::null();
H A Djsregexp.cc559 isolate->has_pending_exception());
606 DCHECK(!isolate->has_pending_exception());
632 DCHECK(isolate->has_pending_exception());
654 DCHECK(isolate->has_pending_exception());
H A Dbootstrapper.cc1412 DCHECK(isolate->has_pending_exception() != result);
2385 DCHECK(isolate->has_pending_exception() != result);
2464 DCHECK(isolate()->has_pending_exception());
H A Daccessors.cc992 if (isolate->has_pending_exception()) {
H A Dfull-codegen.cc325 DCHECK(!isolate->has_pending_exception());
H A Dliveedit.cc865 if (isolate->has_pending_exception()) {
H A Druntime.cc2014 DCHECK(!isolate->has_pending_exception());
2305 if (isolate->has_pending_exception()) return result;
4204 if (isolate->has_pending_exception()) return isolate->heap()->exception();
5687 DCHECK(!isolate->has_pending_exception());
9245 DCHECK(!isolate->has_pending_exception());
9383 if (isolate->has_pending_exception()) {
9498 if (isolate->has_pending_exception()) return isolate->heap()->exception();
12330 DCHECK(isolate_->has_pending_exception());
H A Dfactory.cc2113 DCHECK(!isolate()->has_pending_exception());
H A Dobjects.cc122 if (it->isolate()->has_pending_exception()) return maybe_result;
2851 if (it->isolate()->has_pending_exception()) return maybe_result;
4942 if (it.isolate()->has_pending_exception()) return maybe_result;
/external/chromium_org/v8/test/cctest/
H A Dtest-strings.cc1395 CHECK(isolate->has_pending_exception());
1402 CHECK(isolate->has_pending_exception());
1419 CHECK(isolate->has_pending_exception()); \
H A Dtest-regexp.cc1298 CHECK(isolate->has_pending_exception());
H A Dtest-parsing.cc1286 CHECK(isolate->has_pending_exception());
H A Dtest-api.cc10584 DCHECK(!CcTest::i_isolate()->has_pending_exception());
13142 CHECK(!CcTest::i_isolate()->has_pending_exception());

Completed in 4514 milliseconds

12