https://codereview.chromium.org/1274653002/diff/1/src/i18n.js
File src/i18n.js (right):

https://codereview.chromium.org/1274653002/diff/1/src/i18n.js#newcode2019
src/i18n.js:2019: %FunctionSetLength(StringNormalizeJS, 0);
I'd prefer avoiding the runtime call and instead define the function
with 0 arguments, using

  var form = %_Argument(0)

in the body. Same in string.js.

https://codereview.chromium.org/1274653002/

--
--
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