To use OpenFL on node.js, I've been trying to create native addon that calls exported functions of ndll. But after calling JavaScript function which creates ByteArray from C++, Handle returned from JavaScript function sometimes gets invalid, even though the handle seemed to be valid right after the call. Why it doesn't get invalid in the same place?
Compiled Binary: https://www.dropbox.com/s/51ez0lpq7ip4064/demo_web_nodejs_0_11_14.zip?dl=0 Source code of node_ndll: https://github.com/vroad/node_ndll/ -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
