DescriptionWrap InitializeProperty around SetOwnPropertyIgnoreAttributes and switch over uses
This is a step in the direction of disentangling all uses of SetOwnPropertyIgnoreAttributes so we can provide a more specific implementation for those usecases, and reduce the capabilities of those clients, avoiding subtle bugs.
InitializeProperty only supports adding properties to extensible objects that do not contain the property yet. JSGlobalProxies cannot have properties themselves, so are not supported either.
BUG=
R=rossberg@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=22095
Patch Set 1 #
Total comments: 6
Patch Set 2 : #
Messages
Total messages: 5 (0 generated)
|