Invoke method throws: Jint.Runtime.JavaScriptException: 'Can only invoke functions' exception #1679
Unanswered
aglasencnik
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Would you like to share full repro via public repository and maybe even the Jint version you are using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have the following code:
output variable returns the correct result, but the output2 throws the: Jint.Runtime.JavaScriptException: 'Can only invoke functions' exception
I basically compile a typescript npm package and load the js minified version here and execute it... After I want to invoke one of the methods and get the result...
Beta Was this translation helpful? Give feedback.
All reactions