Comment #6 on issue 21901 by [email protected]: Implement NPN_Enumerate http://code.google.com/p/chromium/issues/detail?id=21901
Hi Mads, JSC getPropertyNames calls object->class->enumerate() to enumerate NP test object, which has enumerate() method. It looks to me V8 has different implementation. V8 calls Runtime_GetPropertyNamesFast or Runtime_GetPropertyNames -> GetKeysInFixedArrayFor -> GetEnumPropertyKeys, then gets property keys from descriptors. My question is how to set descriptors to NP test Object. If you create a new object, what needs to be done so it can be enumerated in V8. -- 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 --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
