| // Copyright 2020 the V8 project authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| namespace cppgc { | |
| // Use CPPGC_STACK_ALLOCATED if the object is only stack allocated. | |
| // Add the CPPGC_STACK_ALLOCATED_IGNORE annotation on a case-by-case basis when | |
| // enforcement of CPPGC_STACK_ALLOCATED should be suppressed. | |
| } // namespace cppgc | |