v8/include/cppgc
Anton Bikineev aecd1e5811 cppgc: Add SourceLocation class
SourceLocation is needed to track Persistents.

Bug: chromium:1056170
Change-Id: I4d5cf151a4d27b4c29582ff8195cdcb7453afe1c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2132790
Commit-Queue: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: Omer Katz <omerkatz@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66974}
2020-04-03 02:00:23 +00:00
..
allocation.h cppgc: Add support for mixins 2020-04-01 16:04:14 +00:00
finalizer-trait.h cppgc: Add allocation support for managed types 2020-03-27 10:47:07 +00:00
garbage-collected.h cppgc: Add support for mixins 2020-04-01 16:04:14 +00:00
gc-info.h cppgc: Add GCInfo machinery 2020-03-24 16:48:57 +00:00
heap.h cppgc: Add allocation support for managed types 2020-03-27 10:47:07 +00:00
internals.h cppgc: Add support for mixins 2020-04-01 16:04:14 +00:00
member.h cppgc: Add support for mixins 2020-04-01 16:04:14 +00:00
platform.h cppgc: Add allocation support for managed types 2020-03-27 10:47:07 +00:00
README.md cppgc: Hello world 2020-03-23 21:42:56 +00:00
source-location.h cppgc: Add SourceLocation class 2020-04-03 02:00:23 +00:00
type_traits.h cppgc: Add support for mixins 2020-04-01 16:04:14 +00: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.