mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
It could be used to have mutable JSVal fields without GC barriers. With the removal of that trait, MutHeap and MutNullableHeap can respectively be replaced by MutJS and MutNullableJS.