mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-14 07:57:57 -05:00
Add symbols
This commit is contained in:
@@ -127,6 +127,7 @@ impl BytecodeDecoder {
|
||||
|
||||
Val::Object(Rc::new(VsObject {
|
||||
string_map: obj,
|
||||
symbol_map: Default::default(),
|
||||
prototype: None,
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user