forked from ruffle-rs/ruffle
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
concat(value)
join(delimiter)
pop()
push(value)
reverse()
shift()
slice(startIndex, endIndex)
sort(compareFunction, options)
sortOn(fieldName, options)
splice(startIndex, deleteCount, value)
toString()
unshift(value)
The text was updated successfully, but these errors were encountered: