Skip to content

Wrong realization of TypedArray's toLocaleString() #5653

Open
@sunlili

Description

@sunlili

Executing following code in ch 1.10 :

Uint8Array.prototype.toLocaleString.call(0)

The output is ""
However, in specific :
"ValidateTypedArray is applied to the this value prior to evaluating the algorithm. "
So, a TypeError should be thrown.

BT group
2018.08.29

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions