WebKit Bugzilla
Attachment 368446 Details for
Bug 197362
: normalizeMapKey should normalize NaN to one PureNaN bit pattern to make MapHash same
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Modified testcase for Set.prototype.size
Set_Set.prototype.size.js (text/javascript), 175 bytes, created by
Andrea Puddu
on 2019-04-29 01:54:17 PDT
(
hide
)
Description:
Modified testcase for Set.prototype.size
Filename:
MIME Type:
Creator:
Andrea Puddu
Created:
2019-04-29 01:54:17 PDT
Size:
175 bytes
patch
obsolete
>function test() { > >var obj = {}; >var set = new Set(); > >set.add(NaN); >set.add(0/0); >set.add(456); > >return set.size === 2; > >} > >if (!test()) > throw new Error("Test failed"); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 197362
: 368446 |
368498