Searched refs:break_locations (Results 1 – 2 of 2) sorted by relevance
635 List<BreakLocation> break_locations; in IsMutedAtCurrentLocation() local636 BreakLocation::AllAtCurrentStatement(debug_info, frame, &break_locations); in IsMutedAtCurrentLocation()638 for (int i = 0; i < break_locations.length(); i++) { in IsMutedAtCurrentLocation()641 CheckBreakPoints(debug_info, &break_locations[i], &has_break_points); in IsMutedAtCurrentLocation()
1093 Handle<Object> break_locations = in RUNTIME_FUNCTION() local1095 if (break_locations->IsUndefined(isolate)) { in RUNTIME_FUNCTION()1100 Handle<FixedArray>::cast(break_locations)); in RUNTIME_FUNCTION()