Updates:
        Status: Accepted
        Owner: ---
        Labels: -Type-Defect Type-Bug

Comment #2 on issue 54 by christian.plesner.hansen: Internal field goes  
missing
http://code.google.com/p/v8/issues/detail?id=54

This issue has apparently not been fixed in all cases.  This code,

HandleScope handleScope;
Local<ObjectTemplate> global_template = ObjectTemplate::New();
global_template->SetInternalFieldCount(2);
Persistent<Context> context = Context::New(NULL, global_template);
Context::Scope scope(context);
context->Global()->SetInternalField(0, ...);

causes

#
# Fatal error in v8::Object::SetInternalField()
# Writing internal field out of bounds
#


-- 
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