Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc1713 bool is_top_frame_blackboxed = IsFrameBlackboxed(it.frame()); in IsExceptionBlackboxed() local
1714 if (!uncaught || !is_top_frame_blackboxed) return is_top_frame_blackboxed; in IsExceptionBlackboxed()