Lines Matching full:child_string
404 "child_string = parent_string.slice(100);");
411 const v8::HeapGraphNode* child_string =
412 GetProperty(global, v8::HeapGraphEdge::kProperty, "child_string");
413 CHECK(child_string);
414 CHECK_EQ(v8::HeapGraphNode::kSlicedString, child_string->GetType());
416 GetProperty(child_string, v8::HeapGraphEdge::kInternal, "parent");