mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implement an Unrooted smart pointer to replace JS when it is not traced.
This commit is contained in:
parent
f451291782
commit
147dadce89
11 changed files with 137 additions and 63 deletions
|
@ -38,7 +38,9 @@
|
|||
//! * returning pointers from functions: the
|
||||
//! [`Temporary`](bindings/js/struct.Temporary.html) smart pointer;
|
||||
//! * rooting pointers from across task boundaries or in channels: the
|
||||
//! [`Trusted`](bindings/refcounted/struct.Trusted.html) smart pointer.
|
||||
//! [`Trusted`](bindings/refcounted/struct.Trusted.html) smart pointer;
|
||||
//! * extracting pointers to DOM objects from their reflectors: the
|
||||
//! [`Unrooted`](bindings/js/struct.Unrooted.html) smart pointer.
|
||||
//!
|
||||
//! Inheritance
|
||||
//! ===========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue