You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Property CASEINSENSITIVE: Number
Property Exists
Has Test Coverage
Completely Functional
Static Property DESCENDING: Number
Property Exists
Has Test Coverage
Completely Functional
Static Property NUMERIC: Number
Property Exists
Has Test Coverage
Completely Functional
Static Property RETURNINDEXEDARRAY: Number
Property Exists
Has Test Coverage
Completely Functional
Static Property UNIQUESORT: Number
Property Exists
Has Test Coverage
Completely Functional
Constructor Array(value)
Property Exists
Has Test Coverage
Completely Functional
Property length: Number
Property Exists
Has Test Coverage
Completely Functional
Method concat(value)
Property Exists
Has Test Coverage
Completely Functional
Method join(delimiter)
Property Exists
Has Test Coverage
Completely Functional
Method pop()
Property Exists
Has Test Coverage
Completely Functional
Method push(value)
Property Exists
Has Test Coverage
Completely Functional
Method reverse()
Property Exists
Has Test Coverage
Completely Functional
Method shift()
Property Exists
Has Test Coverage
Completely Functional
Method slice(startIndex, endIndex)
Property Exists
Has Test Coverage
Completely Functional
Method sort(compareFunction, options)
Property Exists
Has Test Coverage
Completely Functional
Method sortOn(fieldName, options)
Property Exists
Has Test Coverage
Completely Functional
Method splice(startIndex, deleteCount, value)
Property Exists
Has Test Coverage
Completely Functional
Method toString()
Property Exists
Has Test Coverage
Completely Functional
Method unshift(value)
Property Exists
Has Test Coverage
Completely Functional
The text was updated successfully, but these errors were encountered:
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 Property
CASEINSENSITIVE
: Number
Static Property
DESCENDING
: Number
Static Property
NUMERIC
: Number
Static Property
RETURNINDEXEDARRAY
: Number
Static Property
UNIQUESORT
: Number
Constructor
Array
(value)
Property
length
: Number
Method
concat
(value)
Method
join
(delimiter)
Method
pop
()
Method
push
(value)
Method
reverse
()
Method
shift
()
Method
slice
(startIndex, endIndex)
Method
sort
(compareFunction, options)
Method
sortOn
(fieldName, options)
Method
splice
(startIndex, deleteCount, value)
Method
toString
()
Method
unshift
(value)
The text was updated successfully, but these errors were encountered: