Skip to main content

instance_call

Function instance_call 

Source
pub fn instance_call(
    tag: &str,
    recv: &Value,
    method: &str,
    args: Vec<Value>,
) -> Result<Value, String>
Expand description

Instance dispatch for a stream base class. EventEmitter methods are delegated to events; emit routes through emit_event for lifecycle tracking.