Searched defs:in_disallow_gc_scope (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/ | ||
H A D | object-allocator.cc | 247 bool ObjectAllocator::in_disallow_gc_scope() const { in in_disallow_gc_scope() function in cppgc::internal::ObjectAllocator |
H A D | heap-base.h | 185 bool in_disallow_gc_scope() const { return disallow_gc_scope_ > 0; } in in_disallow_gc_scope() function in cppgc::internal::HeapBase |
Completed in 2 milliseconds