mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-15 00:18:06 -05:00
Add static_ field
This commit is contained in:
@@ -147,6 +147,7 @@ impl BytecodeDecoder {
|
||||
BytecodeType::Class => VsClass {
|
||||
constructor: self.decode_val(registers),
|
||||
prototype: self.decode_val(registers),
|
||||
static_: VsObject::default().to_val(),
|
||||
}
|
||||
.to_val(),
|
||||
BytecodeType::BigInt => self.decode_bigint().to_val(),
|
||||
|
||||
Reference in New Issue
Block a user