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

@@ -135,7 +135,7 @@ fn run(
return err;
};
return value.toString(arena);
return value.toString(.{ .allocator = arena });
}
const Writer = struct {