Skip to content

Array constructor using ecma_lenght_t for length argument #133

Closed
@dbatyai

Description

@dbatyai

Currently, the array constructor takes ecma_length_t, which is an uint16, as it's length argument, even though the length of an array can be an uint32. The two should be compatible, so we should either change ecma_length_t to be uint32, or change the array constructor to take uint32 for length.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions