Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.h241 void IdentifyWeakUnmodifiedObjects(WeakSlotCallback is_unmodified);
Dglobal-handles.cc702 WeakSlotCallback is_unmodified) { in IdentifyWeakUnmodifiedObjects() argument
705 if (node->IsWeak() && !is_unmodified(node->location())) { in IdentifyWeakUnmodifiedObjects()