ni / VireoSDK

Compact runtime for a subset of LabVIEW
Other
49 stars 44 forks source link

Implement JavaScriptInvoke Array of JavaScript References #661

Closed rajsite closed 4 years ago

rajsite commented 4 years ago

Description

This PR adds support for Array of JavaScript References on the JavaScriptInvoke node. Existing code in ASW does not use this code path but it is being reserved for the future.

As part of this change the following bug fixes were made:

Implementation