Skip to content

Commit

Permalink
Implement ArrayExoticObject
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Jul 28, 2021
1 parent cdffb85 commit dcb6ad0
Show file tree
Hide file tree
Showing 3 changed files with 518 additions and 296 deletions.
2 changes: 1 addition & 1 deletion boa/src/object/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ mod tests;

mod gcobject;
mod internal_methods;
mod property_map;
mod object_;
mod property_map;

use crate::builtins::object::for_in_iterator::ForInIterator;
pub use gcobject::{GcObject, RecursionLimiter, Ref, RefMut};
Expand Down
Loading

0 comments on commit dcb6ad0

Please sign in to comment.