Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.cc122 bool has_wrapper_class_id() const { in has_wrapper_class_id() function in v8::internal::GlobalHandles::Node
1123 if (it.node()->IsRetainer() && it.node()->has_wrapper_class_id()) { in IterateAllRootsWithClassIds()
1135 if (node->IsRetainer() && node->has_wrapper_class_id()) { in IterateAllRootsInNewSpaceWithClassIds()
1147 if (node->has_wrapper_class_id() && node->IsWeak()) { in IterateWeakRootsInNewSpaceWithClassIds()