ladybird/Services
Andreas Kling 2ca7dfa649 LibJS: Move bytecode interpreter state to VM
The bytecode interpreter only needed the running execution context,
but still threaded a separate Interpreter object through both the C++
and asm entry points. Move that state and the bytecode execution
helpers onto VM instead, and teach the asm generator and slow paths to
use VM directly.
2026-04-13 18:29:43 +02:00
..
ImageDecoder Everywhere: Replace Unix socket IPC transport with Mach ports on macOS 2026-03-23 18:50:48 +01:00
RequestServer RequestServer: Don't create already-expired WebSockets in DNS callback 2026-04-01 19:36:47 +01:00
WebContent LibJS: Move bytecode interpreter state to VM 2026-04-13 18:29:43 +02:00
WebDriver Everywhere: Move Mach bootstrap listener into LibIPC 2026-03-24 19:51:52 +01:00
WebWorker LibWeb: Fire unhandled dedicated worker exceptions on the parent global 2026-04-05 23:38:38 +02:00
CMakeLists.txt Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00