Module v8::cppgc

source ·

Structs§

  • A heap for allocating managed C++ objects.
  • Members are used to contain strong pointers to other garbage collected objects. All members fields on garbage collected objects must be trace in the trace method.
  • Visitor passed to trace methods. All managed pointers must have called the Visitor’s trace method on them.
  • Describes how V8 wrapper objects maintain references to garbage-collected C++ objects.

Enums§

Traits§

Functions§

Type Aliases§