Type Alias interpreter::native::NativeInstanceFunction
source · pub type NativeInstanceFunction = fn(this: RefTo<Object>, args: Vec<RuntimeValue>, vm: &mut VM) -> Result<Option<RuntimeValue>, Throwable>;
pub type NativeInstanceFunction = fn(this: RefTo<Object>, args: Vec<RuntimeValue>, vm: &mut VM) -> Result<Option<RuntimeValue>, Throwable>;