Skip to content

Commit 73a59dc

Browse files
committed
Move jsValueToZig from Caller to the Scope
Caller is a transient object that exists only for calling Zig functions from JS. But jsValueToZig is more generally useful and can be used outside of an explicit JS call. The scope is a better place for these as it's generally referenced already by any code that would need to map values (i.e. a Callback).
1 parent 3a15790 commit 73a59dc

File tree

1 file changed

+470
-472
lines changed

1 file changed

+470
-472
lines changed

0 commit comments

Comments
 (0)