mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-14 07:57:57 -05:00
Add symbols
This commit is contained in:
@@ -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()),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user