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``
`DESCENDING : Number``
`NUMERIC : Number``
`RETURNINDEXEDARRAY : Number``
`UNIQUESORT : Number``
Constructors
Array(value)
Properties
`length : Number``
Methods
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)
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``
`DESCENDING : Number``
`NUMERIC : Number``
`RETURNINDEXEDARRAY : Number``
`UNIQUESORT : Number``
Constructors
Array(value)Properties
`length : Number``
Methods
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)