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)) {
On 2014/12/02 19:16:06, arv wrote:
You can do %_CallFunction here so you do not need to change
v8natives.js

Done --- It's much harder to read like this though :>

https://codereview.chromium.org/548833002/diff/60001/src/harmony-object.js#newcode26
src/harmony-object.js:26: %SetProperty(to, key, propValue, kStrictMode);
On 2014/12/02 19:16:06, arv wrote:
I don't think this needs a runtime.

to[key] = propValue;

Done.

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.

Reply via email to