Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-heap-profiler.cc411 const v8::HeapGraphNode* child_string = in TEST() local
413 CHECK(child_string); in TEST()
414 CHECK_EQ(v8::HeapGraphNode::kSlicedString, child_string->GetType()); in TEST()
416 GetProperty(child_string, v8::HeapGraphEdge::kInternal, "parent"); in TEST()