Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dcode-inl.h434 inline bool Code::is_exception_caught() const { in is_exception_caught() function
453 if (is_exception_caught()) return HandlerTable::CAUGHT; in GetBuiltinCatchPrediction()
Dcode.h450 bool is_exception_caught() const;