pub fn instance_call(
tag: &str,
recv: &Value,
method: &str,
args: Vec<Value>,
) -> Result<Value, String>Expand description
Dispatch a method call on a native stdlib instance (recv carries a
@@native tag). Called from host::call_method before the generic object
method resolution.