pub fn dispatch_method(
method: &str,
target: &Value,
args: &[Value],
) -> EvalResultExpand 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.