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.cc421 const v8::HeapGraphNode* child_string = in TEST() local
423 CHECK_NE(NULL, child_string); in TEST()
424 CHECK_EQ(v8::HeapGraphNode::kSlicedString, child_string->GetType()); in TEST()
426 GetProperty(child_string, v8::HeapGraphEdge::kInternal, "parent"); in TEST()