Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h85 inline bool StackHandler::is_catch() const { in is_catch() function
Dframes.h117 inline bool is_catch() const;
Disolate.cc1013 while (handler != NULL && !handler->is_catch()) { in ShouldReportException()
1183 ASSERT(!handler->is_catch()); in IsExternallyCaught()