• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 // Copyright 2020 the V8 project authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5 
6 #include "src/heap/cppgc/compaction-worklists.h"
7 
8 namespace cppgc {
9 namespace internal {
10 
ClearForTesting()11 void CompactionWorklists::ClearForTesting() { movable_slots_worklist_.Clear(); }
12 
13 }  // namespace internal
14 }  // namespace cppgc
15