DBC (I known that it is not your code, but I noticed it while reading this
CL)
Array.prototype.concat = function () { return ['ha', 'haha']; };
print(Object.getOwnPropertyNames({}).join(',')); // => ha,haha
https://codereview.chromium.org/12314081/
--
--
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/groups/opt_out.