Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dbacking-store.cc164 if (holds_shared_ptr_to_allocator_) { in Clear()
167 holds_shared_ptr_to_allocator_ = false; in Clear()
186 holds_shared_ptr_to_allocator_(false), in BackingStore()
349 holds_shared_ptr_to_allocator_ = true; in SetAllocatorFromIsolate()
828 holds_shared_ptr_to_allocator_ in get_v8_api_array_buffer_allocator()
Dbacking-store.h222 bool holds_shared_ptr_to_allocator_ : 1; variable