Comment #5 on issue 54 by [EMAIL PROTECTED]: Internal field goes missing
http://code.google.com/p/v8/issues/detail?id=54

It is a bit complicated, the API is a bit confusing.

The internal field on global's prototype.

Context::Scope scope(context);
v8::Local<v8::Object> prototype =  
v8::Local<v8::Object>::Cast(context->Global()-
>GetPrototype());
prototype->SetInternalField(0, ...);

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to