Skip to content

Actionscript Tracking: Array #17

@Dinnerbone

Description

@Dinnerbone

This is the tracking issue for Array in AVM1. We will check off each item of progress as appropriate, and fill in any relevant or missing information as we continue development of Ruffle.
For more information on what each checkbox means, please refer to legend in the main tracking issue

Array

Static Properties

CASEINSENSITIVE : Number

  • Property Exists
  • Has Test Coverage
  • Completely Functional

DESCENDING : Number

  • Property Exists
  • Has Test Coverage
  • Completely Functional

NUMERIC : Number

  • Property Exists
  • Has Test Coverage
  • Completely Functional

RETURNINDEXEDARRAY : Number

  • Property Exists
  • Has Test Coverage
  • Completely Functional

UNIQUESORT : Number

  • Property Exists
  • Has Test Coverage
  • Completely Functional

Constructors

Array(value)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

Properties

length : Number

  • Property Exists
  • Has Test Coverage
  • Completely Functional

Methods

concat(value)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

join(delimiter)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

pop()

  • Property Exists
  • Has Test Coverage
  • Completely Functional

push(value)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

reverse()

  • Property Exists
  • Has Test Coverage
  • Completely Functional

shift()

  • Property Exists
  • Has Test Coverage
  • Completely Functional

slice(startIndex, endIndex)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

sort(compareFunction, options)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

sortOn(fieldName, options)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

splice(startIndex, deleteCount, value)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

toString()

  • Property Exists
  • Has Test Coverage
  • Completely Functional

unshift(value)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions