Skip to content

avm2: Add support for Array.isEmpty and Array.includes #20607

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

megajogos
Copy link

Adobe Air 51.0 added this two methods on Array:

AS3 function isEmpty():Boolean

AS3 function includes(item:*):Boolean

This pull request is to add support for this methods.

@kjarosh kjarosh added A-avm2 Area: AVM2 (ActionScript 3) air Adobe AIR T-compat Type: Compatibility with Flash Player labels Jun 13, 2025
@danielhjacobs danielhjacobs changed the title Adding support for Array.isEmpty and Array.includes avm2: Add support for Array.isEmpty and Array.includes Jun 20, 2025
@danielhjacobs danielhjacobs added the waiting-on-review Waiting on review from a Ruffle team member label Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-avm2 Area: AVM2 (ActionScript 3) air Adobe AIR T-compat Type: Compatibility with Flash Player waiting-on-review Waiting on review from a Ruffle team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants