You are reading a single comment by @user130285 and its replies. Click here to read the full conversation.
  • Hi,

    Maybe just try:

    ["arr","JsVar","An array"]
    

    not:

    ["arr","JsVarArray","An array"]
    

    JsVarArray is when you want all the arguments to the function to be put in an array, and for you to receive that array.

    For example with the code you're using require("crypto").test(1,2,3); would cause jsvGetArrayLength to return 3 because there are 3 arguments

About

Avatar for user130285 @user130285 started