Skip to content

Commit

Permalink
Implement prototype of new Object design
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Jul 2, 2021
1 parent 79948b7 commit 37203b7
Show file tree
Hide file tree
Showing 2 changed files with 863 additions and 0 deletions.
1 change: 1 addition & 0 deletions boa/src/object/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ use std::{
mod tests;

mod gcobject;
mod object_;
mod internal_methods;
mod iter;

Expand Down
Loading

0 comments on commit 37203b7

Please sign in to comment.