Searched refs:is_debug_object (Results 1 – 1 of 1) sorted by relevance
2089 bool is_debug_object = false; in SetGcSubrootReference() local2090 is_debug_object = heap_->isolate()->debug()->IsDebugGlobal(global); in SetGcSubrootReference()2091 if (!is_debug_object && !user_roots_.Contains(global)) { in SetGcSubrootReference()