Merge pull request #1565 from lightpanda-io/frames

Initial support for frames
This commit is contained in:
Karl Seguin
2026-02-21 07:17:51 +08:00
committed by GitHub
21 changed files with 714 additions and 216 deletions

View File

@@ -1333,6 +1333,7 @@ pub const Scope = struct {
handle_scope: js.HandleScope,
pub fn deinit(self: *Scope) void {
v8.v8__Context__Exit(self.local.handle);
self.handle_scope.deinit();
}