pub fn stream_instance_call(
recv: &Value,
method: &str,
args: &[Value],
) -> Result<Value, String>Expand description
Instance methods of a process.stdout/stderr WriteStream: write/end
emit the chunk raw (no newline) to the stream’s fd, so ordering interleaves
correctly with console.log.