Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Disolate.cc846 bool catchable_by_javascript = is_catchable_by_javascript(exception); in ReThrow()
1016 bool catchable_by_javascript = is_catchable_by_javascript(exception); in DoThrow()
1787 bool catchable_by_js = is_catchable_by_javascript(pending_exception()); in PropagatePendingExceptionToExternalTryCatch()
Disolate.h638 bool is_catchable_by_javascript(Object* exception) { in is_catchable_by_javascript() function