Searched refs:is_subject_to_debugging (Results 1 – 4 of 4) sorted by relevance
48 .is_subject_to_debugging()) { in Advance()
516 bool is_subject_to_debugging() const;541 bool is_subject_to_debugging() const { return true; } in is_subject_to_debugging() function601 bool is_subject_to_debugging() const;
1272 bool FrameSummary::JavaScriptFrameSummary::is_subject_to_debugging() const { in is_subject_to_debugging() function in v8::internal::FrameSummary::JavaScriptFrameSummary1438 FRAME_SUMMARY_DISPATCH(bool, is_subject_to_debugging) in FRAME_SUMMARY_DISPATCH()
840 if (!frame.is_subject_to_debugging()) continue; in CaptureCurrentStackTrace()