mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
Reviewable per commit. First commit adds `&mut JSContext` to `call_default_constructor`. Second commit adds `&mut JSContext` to Interface, which in unfortunately required many changes (a lot of passing `&mut JSContext` down). Testing: Just a refactor, but should be covered by WPT Part of #40600 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>