Searched refs:jerry_arraybuffer_read (Results 1 – 4 of 4) sorted by relevance
| /third_party/jerryscript/tests/unit-core/ |
| D | test-arraybuffer.cpp | 160 jerry_length_t bytes_read = jerry_arraybuffer_read (arraybuffer, 0, data, 20); 227 jerry_length_t read = jerry_arraybuffer_read (arrayb, 0, test_buffer, buffer_size);
|
| /third_party/jerryscript/jerry-core/include/ |
| D | jerryscript-core.h | 636 jerry_length_t jerry_arraybuffer_read (const jerry_value_t value,
|
| /third_party/jerryscript/docs/ |
| D | 02.API-REFERENCE.md | 3800 - [jerry_arraybuffer_read](#jerry_arraybuffer_read) 3856 - [jerry_arraybuffer_read](#jerry_arraybuffer_read) 8092 ## jerry_arraybuffer_read section in ArrayBuffer and TypedArray functions 8111 jerry_arraybuffer_read (const jerry_value_t value, 8139 bytes_read = jerry_arraybuffer_read (buffer, 0, data, 10); 8141 bytes_read += jerry_arraybuffer_read (buffer, bytes_read, data + bytes_read, 10);
|
| /third_party/jerryscript/jerry-core/api/ |
| D | jerry.c | 3801 jerry_arraybuffer_read (const jerry_value_t value, /**< ArrayBuffer to read from */ in jerry_arraybuffer_read() function
|