mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-04-03 16:10:29 +00:00
internal -> handle
This commit is contained in:
@@ -311,7 +311,7 @@ pub fn zigValueToJs(self: *const Local, value: anytype, comptime opts: CallOpts)
|
||||
js.ArrayBufferRef(.Int32), js.ArrayBufferRef(.Uint32),
|
||||
js.ArrayBufferRef(.Float16), js.ArrayBufferRef(.Float32), js.ArrayBufferRef(.Float64),
|
||||
=> {
|
||||
return .{ .local = self, .handle = value.internal };
|
||||
return .{ .local = self, .handle = value.handle };
|
||||
},
|
||||
|
||||
inline
|
||||
|
||||
Reference in New Issue
Block a user