Skip to content

Add support for static arrays #12

Description

@craigminihan

DynamicArray is not a true JS array - it just simulates the [ ] operator and and length property (JSAPI doesn't support arrays derived from a JSClass which means it isn't possible to implement custom getter/setter callbacks).

A static array class should be implemented for true array support.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions