Skip to content

[bikeshed] Some potential issues in js-api spec #1767

@fgmccabe

Description

@fgmccabe

Running bikeshed on this spec give rise to some errors:

LINK ERROR: No 'idl' refs found for '@@iterator'.
{{@@iterator}}
LINK ERROR: No 'abstract-op' refs found for 'CreateMethodProperty'.
[$CreateMethodProperty$]
Unexported dfn that's not referenced locally - did you mean to export it?
abstract operation HostResizeArrayBuffer

According to the current ecmascript spec, we should be using %Symbol.iterator% instead of @@iterator.

The second may be a typo: perhaps it should be CreateDataProperty. There is no CreateMethodProperty procedure in es262 that I can find.

The third speaks for itself ...

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