You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to call function1 in javascript, I get nothing. I was able to verify that (int*) info.Data() returns nullptr even though I passed a pointer to an integer on the heap. Am I doing this wrong? How should I approach this?
The text was updated successfully, but these errors were encountered:
I noticed that our CI tests do not include a test for a function property descriptor with user data. I have since created a PR to add one. Take a look at the files changed, maybe that will help?
@sauleanf please have a look at #652, which adds a test to ensure that passing external data to a binding works correctly. The test can also serve as an example of how to do that. If you are still having trouble, please feel free to re-open this issue or open a new one!
I have been messing around with objects and functions.
When I try to call function1 in javascript, I get nothing. I was able to verify that (int*) info.Data() returns nullptr even though I passed a pointer to an integer on the heap. Am I doing this wrong? How should I approach this?
The text was updated successfully, but these errors were encountered: