You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should implement an explicit engine->gc() function and possibly also a build mode that exposes a gc() JS global method that calls this like Node.js supports. This would be a prerequisite to proper GC testing in finalization work.
The text was updated successfully, but these errors were encountered:
We should implement an explicit
engine->gc()
function and possibly also a build mode that exposes agc()
JS global method that calls this like Node.js supports. This would be a prerequisite to proper GC testing in finalization work.The text was updated successfully, but these errors were encountered: