I have tried with this code using V8 but no luck: //Load the javascript into the V8 handle already Handle<String> foo_name = String::New("json.hpack"); Handle<Value> foo_val = context->Global()->Get(foo_name);
How can I get access to this function in my C++ code?
Thanks
Matthias Ernst
unread,
Jul 12, 2012, 2:02:05 AM7/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-u...@googlegroups.com
You have to look up the nested path individually, i.e. first JSON,
then hpack, i.e.