mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Error builtin
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
use std::rc::Rc;
|
||||
|
||||
use super::vs_value::Val;
|
||||
use super::bytecode_stack_frame::BytecodeStackFrame;
|
||||
use super::bytecode_decoder::BytecodeDecoder;
|
||||
use super::bytecode_stack_frame::BytecodeStackFrame;
|
||||
use super::stack_frame::StackFrame;
|
||||
use super::vs_value::Val;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct VsFunction {
|
||||
pub bytecode: Rc<Vec<u8>>,
|
||||
pub register_count: usize,
|
||||
|
||||
Reference in New Issue
Block a user