test262 icon indicating copy to clipboard operation
test262 copied to clipboard

add test for BigInt as Map key?

Open dckc opened this issue 4 years ago • 1 comments

I suggest a test for Map([[1n, "abc"]]).has(1n) and the like, analagous to https://github.com/tc39/test262/blob/main/test/built-ins/Map/symbol-as-entry-key.js

cc @erights

ref https://github.com/Moddable-OpenSource/moddable/issues/577

dckc avatar Feb 24 '21 00:02 dckc

Nice! Let's do it

rwaldron avatar Feb 24 '21 00:02 rwaldron