pub fn instance_call(
tag: &str,
recv: &Value,
method: &str,
args: Vec<Value>,
) -> Result<Value, String>Expand description
Instance dispatch for IncomingMessage/ServerResponse (EventEmitter methods
handled by net’s shared emitter delegation via stdlib::instance_call).