v8.dev/docs only lists  a place to report security bugs.

Where do you report non-security bugs?

I've reported this one through Chrome feedback, but surely there is a v8 
channel for issues.

Incorrect handling of non-decimal BigInt object literal keys and method 
names.

let obj = { 0x4n: 'hi' };
obj[4]; // undefined - should be 'hi'
obj["0x4"]; // 'hi' - should be undefined

Thanks,
Bradford

-- 
-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/769e5b43-9764-4b03-8c0a-883e8f633c7en%40googlegroups.com.

Reply via email to