pub fn instance_call( tag: &str, recv: &Value, method: &str, args: Vec<Value>, ) -> Result<Value, String>
Method dispatch for every stream/web native instance.
stream/web