Add symbols

This commit is contained in:
Andrew Morris
2023-05-25 13:15:15 +10:00
parent d885873844
commit 706fb78442
13 changed files with 65 additions and 15 deletions

View File

@@ -127,6 +127,7 @@ impl BytecodeDecoder {
Val::Object(Rc::new(VsObject {
string_map: obj,
symbol_map: Default::default(),
prototype: None,
}))
}