Hi Bradford,

You can file V8 issues here: https://bugs.chromium.org/p/v8/issues/list.

On Fri, Jun 5, 2020 at 5:15 PM 'Bradford Smith' via v8-dev <
[email protected]> wrote:

> 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
> <https://groups.google.com/d/msgid/v8-dev/769e5b43-9764-4b03-8c0a-883e8f633c7en%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
-- 
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/CAN-e9e-He-JBG8AwYc0DsUMMP6wJTwh-ggWtfQ9%2Bq7pZ3ZqWAg%40mail.gmail.com.

Reply via email to