port Platform and Inspector to use v8's C handles/functions directly

This commit is contained in:
Karl Seguin
2025-12-31 12:39:25 +08:00
parent 8aaef674fe
commit 6ecf52cc03
7 changed files with 404 additions and 62 deletions

View File

@@ -331,7 +331,7 @@ pub fn BrowserContext(comptime CDP_T: type) type {
node_registry: Node.Registry,
node_search_list: Node.Search.List,
inspector: js.Inspector,
inspector: *js.Inspector,
isolated_worlds: std.ArrayListUnmanaged(IsolatedWorld),
http_proxy_changed: bool = false,