17ed49b560
Adds publicly callable version of write barrier for TracedReferenceBase. Bug: chromium:1056170 Change-Id: Ie45b4ebbe91d9f0e8f76b521dcbfd931232adcf6 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2565248 Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#71524}
10 lines
266 B
Python
10 lines
266 B
Python
include_rules = [
|
|
# v8-inspector-protocol.h depends on generated files under include/inspector.
|
|
"+inspector",
|
|
"+cppgc/common.h",
|
|
# Used by v8-cppgc.h to bridge to cppgc.
|
|
"+cppgc/custom-space.h",
|
|
"+cppgc/internal/write-barrier.h",
|
|
"+cppgc/visitor.h",
|
|
]
|