Assigns a value to the var. It will do necessary implicit conversions and wrapping.
You can make a method toArsdJsvar on your own objects to override this default. It should return a var.
See Implementation
On April 20, 2020, I changed the default mode for class assignment to wrapNativeObject. Previously it was wrapOpaquely.
With the new wrapNativeObject behavior, you can mark methods @scriptable to expose them to the script.
Assigns a value to the var. It will do necessary implicit conversions and wrapping.
You can make a method toArsdJsvar on your own objects to override this default. It should return a var.