mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
I only wanted to get `&mut JSContext` in microtask chunk and checkpoint, but this in turn needed `&mut JSContext` in servoparser, which then caused need for even more changes in script. I tried to limit the size by putting some `temp_cx` in: - drops of `LoadBlocker`, `GenericAutoEntryScript` - methods of `VirtualMethods` - methods of `FetchResponseListener` Testing: Just refactor, but should be covered by WPT tests. Part of #40600 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
5.8 KiB
5.8 KiB