Home
last modified time | relevance | path

Searched refs:array_buffer_allocator_shared_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/execution/
Disolate.h1470 array_buffer_allocator_shared_ = std::move(allocator); in set_array_buffer_allocator_shared()
1474 return array_buffer_allocator_shared_; in array_buffer_allocator_shared()
1944 std::shared_ptr<v8::ArrayBuffer::Allocator> array_buffer_allocator_shared_; variable