Make native functions const aware

This commit is contained in:
Andrew Morris
2023-04-04 00:13:04 +10:00
parent de3f247337
commit e54abc981f
23 changed files with 273 additions and 192 deletions

View File

@@ -3,6 +3,7 @@ use std::rc::Rc;
use num_bigint::BigInt;
use crate::format_err;
use crate::native_function::ThisWrapper;
use crate::stack_frame::StackFrame;
use crate::vs_array::VsArray;
use crate::vs_class::VsClass;