Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Disolate.cc1749 bool catchable_by_js = is_catchable_by_javascript(pending_exception()); in PropagatePendingExceptionToExternalTryCatch() local
1750 if (catchable_by_js && IsFinallyOnTop()) { in PropagatePendingExceptionToExternalTryCatch()