Searched refs:array_buffer_byte_length (Results 1 – 1 of 1) sorted by relevance
125 size_t array_buffer_byte_length = NumberToSize(buffer->byte_length()); in RUNTIME_FUNCTION() local126 CHECK(byte_offset <= array_buffer_byte_length); in RUNTIME_FUNCTION()127 CHECK(array_buffer_byte_length - byte_offset >= byte_length); in RUNTIME_FUNCTION()