Skip to content

ArrayBuffer.prototype.resize: Unnecessary for immutable when ArrayBuffer is guaranteed to be resizable #48

@anba

Description

@anba

Immutable ArrayBuffers don't have an [[ArrayBufferMaxByteLength]] internal slot, so this step isn't needed:

  1. If IsImmutableBuffer(O) is true, throw a TypeError exception.

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