Skip to content

Commit 2f76b11

Browse files
Update nova_vm/src/ecmascript/builtins/weak_ref/data.rs
Co-authored-by: Andreu Botella <[email protected]>
1 parent ca8ab15 commit 2f76b11

File tree

1 file changed

+1
-1
lines changed
  • nova_vm/src/ecmascript/builtins/weak_ref

1 file changed

+1
-1
lines changed

nova_vm/src/ecmascript/builtins/weak_ref/data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl HeapMarkAndSweep for WeakRefHeapData {
2828
fn mark_values(&self, queues: &mut WorkQueues) {
2929
self.object_index.mark_values(queues);
3030
if self.is_strong {
31-
self.object_index.mark_values(queues);
31+
self.value.mark_values(queues);
3232
}
3333
}
3434

0 commit comments

Comments
 (0)