Skip to main content

dispatch_call

Function dispatch_call 

Source
pub fn dispatch_call<S: ValueStore>(
    store: &mut S,
    sink: &mut dyn OutputSink,
    callee: Value,
    args: &[Value],
) -> RuntimeResult<CallDispatch>
Expand description

Plain-call dispatch (design §7.2): closures, builtins and bound methods are callable; classes must use new.