Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-isolate.h256 std::shared_ptr<ArrayBuffer::Allocator> array_buffer_allocator_shared; member
/third_party/node/deps/v8/src/objects/
Dbacking-store.cc348 if (auto allocator_shared = isolate->array_buffer_allocator_shared()) { in SetAllocatorFromIsolate()
/third_party/node/src/api/
Denvironment.cc372 if (allocator) params.array_buffer_allocator_shared = allocator; in NewIsolate()
/third_party/node/src/
Dnode_worker.cc153 params.array_buffer_allocator_shared = allocator; in WorkerThreadData()
/third_party/node/deps/v8/src/execution/
Disolate.h1724 std::shared_ptr<v8::ArrayBuffer::Allocator> array_buffer_allocator_shared() in array_buffer_allocator_shared() function
/third_party/node/deps/v8/src/api/
Dapi.cc8677 if (auto allocator = params.array_buffer_allocator_shared) { in Initialize()