Set a string output.
The emitter will write the output characters to the output buffer of the size size. The emitter will set
size_written to the number of written bytes. If the buffer is smaller than required, the emitter produces the
ErrorType.WRITE error.
| output |
An output buffer. |
| size_written |
he pointer to save the number of written bytes. |
| emitter |
An emitter object. |
| size |
The buffer size. |