Home | History | Annotate | Download | only in bindings

Lines Matching refs:An

16  * MojoHandle: An opaque handles to a Mojo object (e.g. a message pipe).
91 int32 elementNumBytes; // The size of an element, in bytes.
153 * @return {MessagePipe} An object of the form {
180 * @return {object} An object of the form {
182 * buffer, // An ArrayBufferView of the message data (only on success).
183 * handles // An array of MojoHandles transferred, if any.
195 * @return {object} An object of the form {
210 * @return {object} An object of the form {
224 * @return {object} An object of the form {
226 * buffer, // An ArrayBufferView of the data read (only on success).