Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h1722 array_buffer_allocator_shared_ = std::move(allocator); in set_array_buffer_allocator_shared()
1726 return array_buffer_allocator_shared_; in array_buffer_allocator_shared()
2329 std::shared_ptr<v8::ArrayBuffer::Allocator> array_buffer_allocator_shared_; variable