Skip to content

Commit

Permalink
Implement destructuring assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
raskad committed Jul 17, 2021
1 parent e5dc8fc commit e5c1e50
Show file tree
Hide file tree
Showing 19 changed files with 1,703 additions and 229 deletions.
2 changes: 1 addition & 1 deletion boa/src/property/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ impl PropertyDescriptor {
/// - [ECMAScript reference][spec]
///
/// [spec]: https://tc39.es/ecma262/#sec-ispropertykey
#[derive(Trace, Finalize, Debug, Clone)]
#[derive(Trace, Finalize, PartialEq, Debug, Clone)]
pub enum PropertyKey {
String(RcString),
Symbol(RcSymbol),
Expand Down
Loading

0 comments on commit e5c1e50

Please sign in to comment.