Searched refs:jerry_arraybuffer_read (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/tests/unit-core/ |
D | test-arraybuffer.c | 94 jerry_length_t copied = jerry_arraybuffer_read (arraybuffer, offset, buffer, 20); in test_read_with_offset() 219 jerry_length_t bytes_read = jerry_arraybuffer_read (arraybuffer, 0, data, 20); in main() 291 jerry_length_t read = jerry_arraybuffer_read (arrayb, 0, test_buffer, buffer_size); in main()
|
D | test-typedarray.c | 271 … jerry_value_t read_count = jerry_arraybuffer_read (buffer, 0, test_buffer, offset + byte_length); in test_typedarray_complex_creation() 573 jerry_length_t read_count = jerry_arraybuffer_read (buffer, offset, result_data, byte_length); in main()
|
/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
|