Home
last modified time | relevance | path

Searched defs:DomRefCell (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/
H A Dcell.rs15 pub struct DomRefCell<T> { struct
19 // Functionality specific to Servo's `DomRefCell` type argument
22 impl<T> DomRefCell<T> { impl
50 impl<T> DomRefCell<T> { implementation
H A Dtrace.rs207 unsafe impl<T: JSTraceable> JSTraceable for DomRefCell<T> { implementation