- NxScript version: ?.?.?
- Haxe version: 4.3.x
- Branch: GitHub (dev)
- Using DCE: Yes
- Affected targets:
All.
Checklist
What is this related to?
Code snippet reproducing the issue
var test = {alpha:1};
trace(test);
trace(interp.vm.valueToHaxe(interp.globals.get("test")));
Observed behavior
Traces fine but can not return any value to host.
source/ScriptBenchmark.hx:57: null
Returns null on haxe.
Expected behavior
Returns {Alpha: 1} on host.
All.
Checklist
What is this related to?
Code snippet reproducing the issue
Observed behavior
Traces fine but can not return any value to host.
Returns null on haxe.
Expected behavior
Returns {Alpha: 1} on host.