Closed rwaldron closed 5 years ago
In order to properly test WeakRefs, we may need to expose a new API that wraps each host's garbage collection invocation.
WeakRef
CollectGarbage()
-CollectGarbage
gc()
--expose-gc
--v8-args="--expose-gc"
In order to properly test
WeakRef
s, we may need to expose a new API that wraps each host's garbage collection invocation.CollectGarbage()
-CollectGarbage
w/ Test or Debug buildgc()
gc()
--expose-gc
gc()
--expose-gc
gc()
--v8-args="--expose-gc"