2008/10/2  <[EMAIL PROTECTED]>:
> And how do you work with the object in c++?

if(!response->IsObject())
        ; // handle error some how...
Handle<Object> obj = response->ToObject();
Handle<Value> somevalue = obj->Get(v8::String::New("somemember"));

-- 
Bryan White

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to