Implemented opcodes, natives, fixed iterators
This commit is contained in:
parent
49916f5564
commit
dfb6060df9
6 changed files with 1485 additions and 1585 deletions
|
@ -710,7 +710,7 @@ pub struct ObjectField {
|
|||
pub value: FieldValue,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
pub enum FieldValue {
|
||||
Boolean(bool),
|
||||
Byte(i8),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue