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).
This commit is contained in:
Karl Seguin
2025-05-21 18:32:50 +08:00
parent 3a15790847
commit 73a59dcd7d

File diff suppressed because it is too large Load Diff