Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

length doesn't need an extension method #139

Closed
@jmesserly

Description

@jmesserly

The JS impl is exactly same signature/result as Dart.

  int get length => JS('JSUInt32', r'#.length', this);

(source: JSArray in dart2js)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions