Function callfunc

Source
pub fn callfunc<H: Handler>(
    scope: &mut Scope,
    handler: &mut H,
    func: &Code,
    args: Vec<Val>,
) -> Result<Val, Val>