node/deps/v8/include/cppgc
Michaël Zasso 1d6adf7432
deps: update V8 to 8.3.110.9
PR-URL: https://github.com/nodejs/node/pull/32831
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2020-05-12 16:12:13 +02:00
..
allocation.h deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
finalizer-trait.h deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
garbage-collected.h deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
gc-info.h deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
heap.h deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
internals.h deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
platform.h deps: update V8 to 8.3.110.9 2020-05-12 16:12:13 +02:00
README.md deps: update V8 to 8.3.110.9 2020-05-12 16:12: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.