Status: Untriaged
Owner: ----
New issue 4302 by [email protected]: String.prototype.normalize throws
RangeError if argument is null
https://code.google.com/p/v8/issues/detail?id=4302
Version: V8 version 4.5.0 (candidate)
OS: Mac OS
Architecture: x64
What steps will reproduce the problem?
1. "".normalize(null)
What is the expected output?
a RangeError
What do you see instead?
null is not treated as an invalid argument and it returns same
as "".normalize()
Ref: ES2015 spec, 21.1.3.12 items 4 and 5
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
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.