Reviewers: rossberg,

Message:
PTAL

Description:
Wrap 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=

Please review this at https://codereview.chromium.org/352813002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+97, -104 lines):
  M src/bootstrapper.cc
  M src/factory.cc
  M src/isolate.cc
  M src/objects.h
  M src/objects.cc
  M src/runtime.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to