[v8-users] proto in dictionary

2015-09-18 Thread dmonji
I understand that when too many properties are added or a property is deleted from the object, object representation changes to slow(dictionary) mode. In this case, does proto property still exist? If not, how is inheritance handled in case of dictionary object representation? -- -- v8-users

Re: [v8-users] proto in dictionary

2015-09-18 Thread Jakob Kummerow
JavaScript objects must always have a prototype. Internal implementation details like how the properties are stored can't influence that. On Fri, Sep 18, 2015 at 12:57 PM, dmonji wrote: > I understand that when too many properties are added or a property is > deleted from the object, object repr