Re: [v8-users] Read integer and string value from object in c++ passed from Node.js

2015-11-24 Thread Jakob Kummerow
This is the 6th mail you've sent to this list today. Don't you think you've asked this question often enough by now? Please, either wait for someone to answer, or read some documentation/examples to find out yourself. On Tue, Nov 24, 2015 at 1:32 PM, jayesh sapkale wrote: > I m passing object as

[v8-users] Read integer and string value from object in c++ passed from Node.js

2015-11-24 Thread jayesh sapkale
I m passing object as parameter from node.js to c++ addon :: *var node_object= {int_val:5,str_val:"string"};* *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