Skip to content

Commit

Permalink
feat: implement PartialEq for ValueRootRepr (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
load1n9 authored Dec 11, 2024
1 parent f77adcb commit d59d112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova_vm/src/ecmascript/types/language/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ impl Rootable for Value {
}
}

#[derive(Debug, Clone, Copy)]
#[derive(Debug, Clone, Copy, PartialEq)]
#[repr(u8)]
pub enum ValueRootRepr {
Undefined = UNDEFINED_DISCRIMINANT,
Expand Down

0 comments on commit d59d112

Please sign in to comment.