servo/components/script/dom/servoparser
Josh Matthews 575e885529
Mark promise creation methods with CanGc (#33928)
* Add CanGc annotations to promise constructor.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Propagate CanGc arguments for Promise::new_in_current_realm.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Fix out-of-order entries.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Propagate CanGc from Promise::new.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Suppress clippy warning.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Formatting.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2024-10-22 09:35:20 +00:00
..
async_html.rs Upgrade to html5ever 0.29 and xml5ever 0.20 (#33412) 2024-09-12 11:26:36 +00:00
html.rs CanGc fixes in several files (#33958) 2024-10-21 21:32:22 +00:00
mod.rs Mark promise creation methods with CanGc (#33928) 2024-10-22 09:35:20 +00:00
prefetch.rs Support HTML parser reentrancy (#32820) 2024-08-16 16:25:50 +00:00
xml.rs Support HTML parser reentrancy (#32820) 2024-08-16 16:25:50 +00:00