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

@@ -377,6 +377,7 @@ impl StackFrameTrait for BytecodeStackFrame {
let mut instance = Val::Object(Rc::new(VsObject {
string_map: Default::default(),
symbol_map: Default::default(),
prototype: Some(class.instance_prototype.clone()),
}));