I m passing object as parameter from node.js to c++ addon :: *var node_object= {test:5};* *addon.hello(node_object);*
In node.js we can get value of test property like ::: node_object->test But in c++ how can get value of test property ??? -- -- v8-users mailing list v8-users@googlegroups.com 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 v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.