node/deps/v8/include/cppgc
Michaël Zasso a7cbf19a82
deps: update V8 to 9.1.269.36
PR-URL: https://github.com/nodejs/node/pull/38273
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Mary Marchini <oss@mmarchini.me>
2021-06-10 11:10:13 +02:00
..
internal deps: update V8 to 9.1.269.36 2021-06-10 11:10:13 +02:00
allocation.h deps: update V8 to 9.1.269.36 2021-06-10 11:10:13 +02:00
common.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
cross-thread-persistent.h deps: update V8 to 9.1.269.36 2021-06-10 11:10:13 +02:00
custom-space.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
default-platform.h deps: update V8 to 8.9.255.19 2021-02-25 00:14:47 +01:00
DEPS deps: update V8 to 8.8.278.17 2021-02-11 19:09:18 +01:00
ephemeron-pair.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
explicit-management.h deps: update V8 to 9.1.269.36 2021-06-10 11:10:13 +02:00
garbage-collected.h deps: update V8 to 9.1.269.36 2021-06-10 11:10:13 +02:00
heap-consistency.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
heap-state.h deps: update V8 to 9.1.269.36 2021-06-10 11:10:13 +02:00
heap-statistics.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
heap.h deps: update V8 to 8.9.255.19 2021-02-25 00:14:47 +01:00
liveness-broker.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
macros.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
member.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
name-provider.h deps: update V8 to 8.8.278.17 2021-02-11 19:09:18 +01:00
object-size-trait.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
OWNERS deps: update V8 to 8.7.220 2020-11-15 16:46:54 +01:00
persistent.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
platform.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
prefinalizer.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
process-heap-statistics.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
README.md deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
sentinel-pointer.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
source-location.h deps: update V8 to 8.8.278.17 2021-02-11 19:09:18 +01:00
testing.h deps: update V8 to 9.1.269.36 2021-06-10 11:10:13 +02:00
trace-trait.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
type-traits.h deps: update V8 to 9.0.257.11 2021-03-15 15:54:50 +01:00
visitor.h deps: update V8 to 9.1.269.36 2021-06-10 11:10:13 +02:00

C++ Garbage Collection

This directory provides an open-source garbage collection library for C++.

The library is under construction, meaning that all APIs in this directory are incomplete and considered unstable and should not be used.