https://codereview.chromium.org/548833002/diff/60001/src/harmony-object.js
File src/harmony-object.js (right):
https://codereview.chromium.org/548833002/diff/60001/src/harmony-object.js#newcode24
src/harmony-object.js:24: if (ObjectPropertyIsEnumerableJS(from, key)) {
You can do %_CallFunction here so you do not need to change v8natives.js
https://codereview.chromium.org/548833002/diff/60001/src/harmony-object.js#newcode26
src/harmony-object.js:26: %SetProperty(to, key, propValue, kStrictMode);
I don't think this needs a runtime.
to[key] = propValue;
https://codereview.chromium.org/548833002/
--
--
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.