https://codereview.chromium.org/352813002/diff/1/src/bootstrapper.cc
File src/bootstrapper.cc (left):
https://codereview.chromium.org/352813002/diff/1/src/bootstrapper.cc#oldcode1266
src/bootstrapper.cc:1266: JSObject::SetOwnPropertyIgnoreAttributes(
Hm, why can this call just be dropped?
https://codereview.chromium.org/352813002/diff/1/src/objects.h
File src/objects.h (right):
https://codereview.chromium.org/352813002/diff/1/src/objects.h#newcode2155
src/objects.h:2155: static void InitializeProperty(Handle<JSObject>
object,
As discussed offline, it'd be nicer to call this AddProperty
https://codereview.chromium.org/352813002/diff/1/src/runtime.cc
File src/runtime.cc (right):
https://codereview.chromium.org/352813002/diff/1/src/runtime.cc#newcode8132
src/runtime.cc:8132: JSObject::SetOwnPropertyIgnoreAttributes(
Why can't InitProperty be used here?
https://codereview.chromium.org/352813002/
--
--
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.