Skip to content

Add support for static arrays #12

@craigminihan

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.

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