Closed
Description
It would appear that there are changes to garbage collection, which makes a bunch of sense.
Will dig back into this soon
1) Object should retain references to written Objects:
AssertionError [ERR_ASSERTION]: "o" has not been garbage collected
+ expected - actual
-false
+true
at Context.<anonymous> (test/object.js:46:5)
2) pointer should retain references to a written pointer in a Buffer:
AssertionError [ERR_ASSERTION]: "child" has not been garbage collected
+ expected - actual
-false
+true
at Context.<anonymous> (test/pointer.js:45:5)
Metadata
Metadata
Assignees
Labels
No labels