Skip to content

Commit

Permalink
Update core/engine/src/builtins/array/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Haled Odat <8566042+HalidOdat@users.noreply.github.com>
  • Loading branch information
jasonwilliams and HalidOdat authored Sep 11, 2024
1 parent 346b42f commit a70f9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/engine/src/builtins/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ impl BuiltInObject for Array {
}

impl BuiltInConstructor for Array {
const P: usize = 41;
const SP: usize = 5;
const PPOPERTY_COUNT: usize = 41;
const STATIC_PROPERTY_COUNT: usize = 5;

const LENGTH: usize = 1;

Expand Down

0 comments on commit a70f9ae

Please sign in to comment.