Skip to main content

dispatch_method

Function dispatch_method 

Source
pub fn dispatch_method(
    method: &str,
    target: &Value,
    args: &[Value],
) -> EvalResult
Expand description

Dispatch (.method target args…) on an already-evaluated target.

Form-free, so the Tier-1 IR interpreter can route dot-marked CallDirect instructions here (see dispatch_sentinel_by_name in cljrs-eval) and behave exactly like the tree-walker’s interop path.