Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dframes-inl.h68 inline bool StackHandler::is_catch() const { in is_catch() function
Disolate.cc961 while (handler != NULL && !handler->is_catch()) { in ShouldReportException()
1190 DCHECK(!handler->is_catch()); in IsFinallyOnTop()
1330 } while (handler != NULL && !handler->is_catch()); in GetPromiseOnStackOnThrow()
Dframes.h114 inline bool is_catch() const;