mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Demonstrate how to change some methods: - [from `InRealm` to `&mut CurrentRealm`](0132fc0fbe) - [from `CanGc` to `&mut JSContext`](36e5b32ee1) Testing: Just refactor, should be covered by WPT. Part of #40600 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>