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/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
