Skip to content

InitializeTypedArrayFromList and friends should use TypedArraySetElement, not Set #3753

@bakkot

Description

@bakkot

InitializeTypedArrayFromList allocates a TypedArray and then calls Set to set values within it. You have to trace through a fair bit of machinery to determine that this ends up being a call to TypedArraySetElement. We should make that more direct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions