Home
last modified time | relevance | path

Searched refs:external_caught_exception (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dexecution.cc174 DCHECK(isolate->external_caught_exception()); in TryCall()
187 DCHECK(!isolate->external_caught_exception()); in TryCall()
Dv8threads.cc311 DCHECK(!isolate_->external_caught_exception()); in FreeThreadResources()
Disolate.h173 C(ExternalCaughtException, external_caught_exception) \
585 THREAD_LOCAL_TOP_ACCESSOR(bool, external_caught_exception) in THREAD_LOCAL_TOP_ACCESSOR() argument
Dapi.cc69 DCHECK(!(isolate)->external_caught_exception()); \