Home | History | Annotate | Download | only in cctest

Lines Matching refs:child_string

413       "child_string = parent_string.slice(100);");
421 const v8::HeapGraphNode* child_string =
422 GetProperty(global, v8::HeapGraphEdge::kProperty, "child_string");
423 CHECK_NE(NULL, child_string);
424 CHECK_EQ(v8::HeapGraphNode::kSlicedString, child_string->GetType());
426 GetProperty(child_string, v8::HeapGraphEdge::kInternal, "parent");