pub fn instance_call( recv: &Value, method: &str, args: Vec<Value>, ) -> Result<Value, String>
Dispatch a method on an Interface instance (@@native = "Interface").
@@native = "Interface"