mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-13 23:48:02 -05:00
Minor fix
This commit is contained in:
@@ -64,7 +64,6 @@ impl ValTrait for VsPointer {
|
||||
BytecodeType::Array => VsType::Array,
|
||||
BytecodeType::Object => VsType::Object,
|
||||
BytecodeType::Function => VsType::Function,
|
||||
BytecodeType::Instance => std::panic!("Not implemented"),
|
||||
BytecodeType::Pointer => std::panic!("Invalid: pointer to pointer"),
|
||||
BytecodeType::Register => std::panic!("Invalid: pointer to register"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user