v8
7.8.279 (node 12.19.1)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Attributes | |
static constexpr bool | kRequiresExplicitDestruction = true |
Trait specifying behavior of |TracedGlobal<T>|.
|
staticconstexpr |
Specifies whether |TracedGlobal<T>| should clear its handle on destruction.
V8 will not clear the embedder-side memory of the handle. The embedder is expected to report all |TracedGlobal<T>| handles through |EmbedderHeapTracer| upon garabge collection.
See |EmbedderHeapTracer::IsRootForNonTracingGC| for handling with non-tracing GCs in V8.