Home
last modified time | relevance | path

Searched refs:has_scheduled_exception (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dmessages.cc119 if (isolate->has_scheduled_exception()) { in ReportMessage()
136 if (isolate->has_scheduled_exception()) { in ReportMessage()
Disolate.h114 if (__isolate__->has_scheduled_exception()) { \
582 ASSERT(has_scheduled_exception()); in scheduled_exception()
585 bool has_scheduled_exception() { in has_scheduled_exception() function
Disolate.cc1298 if (has_scheduled_exception()) { in is_out_of_memory()
Dapi.cc273 if (isolate->has_scheduled_exception()) { in IsExecutionTerminatingCheck()
/external/v8/test/cctest/
Dtest-api.cc3153 CHECK(!i::Isolate::Current()->has_scheduled_exception()); in CThrowCountDown()
10183 CHECK(!i::Isolate::Current()->has_scheduled_exception()); in ThrowingCallbackWithTryCatch()