mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove HeapGCValue
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.
This commit is contained in:
parent
f7d53b7bc1
commit
1327ebd52f
64 changed files with 251 additions and 271 deletions
|
@ -32,8 +32,8 @@
|
|||
//! * rooting pointers on the stack:
|
||||
//! the [`Root`](bindings/js/struct.Root.html) smart pointer;
|
||||
//! * tracing pointers in member fields: the [`JS`](bindings/js/struct.JS.html),
|
||||
//! [`MutNullableHeap`](bindings/js/struct.MutNullableHeap.html) and
|
||||
//! [`MutHeap`](bindings/js/struct.MutHeap.html) smart pointers and
|
||||
//! [`MutNullableJS`](bindings/js/struct.MutNullableJS.html) and
|
||||
//! [`MutJS`](bindings/js/struct.MutJS.html) smart pointers and
|
||||
//! [the tracing implementation](bindings/trace/index.html);
|
||||
//! * rooting pointers from across thread boundaries or in channels: the
|
||||
//! [`Trusted`](bindings/refcounted/struct.Trusted.html) smart pointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue