Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dpersistent-node.cc67 auto node_slots = std::make_unique<PersistentNodeSlots>(); in RefillFreeList() local
68 if (!node_slots.get()) { in RefillFreeList()
71 nodes_.push_back(std::move(node_slots)); in RefillFreeList()
/third_party/python/Modules/_sqlite/
Dcache.c298 static PyType_Slot node_slots[] = { variable
309 .slots = node_slots,