Home | History | Annotate | Download | only in src

Lines Matching defs:array_buffer_allocator

264 ArrayBuffer::Allocator* Shell::array_buffer_allocator;
298 create_params.array_buffer_allocator = Shell::array_buffer_allocator;
1586 create_params.array_buffer_allocator = Shell::array_buffer_allocator;
1640 Shell::array_buffer_allocator->Free(contents.Data(),
1799 create_params.array_buffer_allocator = Shell::array_buffer_allocator;
2353 Shell::array_buffer_allocator->Free(contents.Data(), contents.ByteLength());
2457 Shell::array_buffer_allocator = &mock_arraybuffer_allocator;
2459 Shell::array_buffer_allocator = &shell_array_buffer_allocator;
2461 create_params.array_buffer_allocator = Shell::array_buffer_allocator;