Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actionscript Tracking: Array #17

Closed
57 tasks
Dinnerbone opened this issue Jan 11, 2020 · 4 comments
Closed
57 tasks

Actionscript Tracking: Array #17

Dinnerbone opened this issue Jan 11, 2020 · 4 comments

Comments

@Dinnerbone
Copy link
Owner

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
@Dinnerbone
Copy link
Owner Author

Closed as duplicate of #15: this is a test :D

@Dinnerbone
Copy link
Owner Author

Duplicate of #15: test

@Dinnerbone
Copy link
Owner Author

Duplicate of #15

@Dinnerbone Dinnerbone marked this as a duplicate of #15 Jul 12, 2024
@Dinnerbone Dinnerbone reopened this Jul 12, 2024
@Dinnerbone Dinnerbone marked this as not a duplicate of #15 Jul 12, 2024
@Dinnerbone
Copy link
Owner Author

Duplicate of #15

Test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant