Searched refs:is_subject_to_debugging (Results 1 – 4 of 4) sorted by relevance
218 if (!frames[i].is_subject_to_debugging()) continue; in FindIndexedNonNativeFrame()
827 bool is_subject_to_debugging() const;852 bool is_subject_to_debugging() const { return true; } in is_subject_to_debugging() function910 bool is_subject_to_debugging() const;
1172 bool FrameSummary::JavaScriptFrameSummary::is_subject_to_debugging() const { in is_subject_to_debugging() function in v8::internal::FrameSummary::JavaScriptFrameSummary1334 FRAME_SUMMARY_DISPATCH(bool, is_subject_to_debugging) in FRAME_SUMMARY_DISPATCH()
448 if (frames[i].is_subject_to_debugging()) n++; in RUNTIME_FUNCTION()