-
Inside 3.0.0-beta-2049 Version The code below throws Exception
Expected behavior CLR Type |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Jint only automatically handles arrays to JS array conversion as it's safe as being fixed size. Either call ToArray() when setting value to engine or modify options object wrapped to set different prototype. jint/Jint.Tests/Runtime/InteropTests.cs Lines 848 to 879 in db73cad |
Beta Was this translation helpful? Give feedback.
Jint only automatically handles arrays to JS array conversion as it's safe as being fixed size. Either call ToArray() when setting value to engine or modify options object wrapped to set different prototype.
jint/Jint.Tests/Runtime/InteropTests.cs
Lines 848 to 879 in db73cad