Searched refs:strong_roots (Results 1 – 1 of 1) sorted by relevance
2135 const v8::HeapGraphNode* strong_roots = GetNode( in TEST() local2137 CHECK_NE(NULL, strong_roots); in TEST()2138 for (int i = 0; i < strong_roots->GetChildrenCount(); ++i) { in TEST()2139 const v8::HeapGraphEdge* edge = strong_roots->GetChild(i); in TEST()