ci...@chromium.org
unread,Oct 4, 2012, 7:52:08 PM10/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jung...@google.com, a...@chromium.org, v8-...@googlegroups.com, re...@codereview-hr.appspotmail.com
On 2012/10/04 23:47:31, cira1 wrote:
> Save a reference to Intl.Constructor for security.
Erik, please take another look.
1. Fixed enumerable issue - I hope we don't regress too much on startup
speed because of Object.defineProperty.
2. Saved reference to the constructors and added test for it.
3. I couldn't save reference to the XXX.prototype.(compare|format).
Those are getters and I couldn't find a way to get to it without
executing it, which then fails.
4. I don't think I can do much about functions not being native issue at
this point.
https://codereview.appspot.com/6591072/