Home
last modified time | relevance | path

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

/external/v8/src/handles/
Dglobal-handles.cc318 bool has_wrapper_class_id() const { in has_wrapper_class_id() function in v8::internal::NodeBase
1633 if (node->IsRetainer() && node->has_wrapper_class_id()) { in IterateAllRootsWithClassIds()
1660 if (node->IsRetainer() && node->has_wrapper_class_id()) { in IterateAllYoungRootsWithClassIds()
1670 if (node->has_wrapper_class_id() && node->IsWeak()) { in IterateYoungWeakRootsWithClassIds()