HomeSort by relevance Sort by last modified time
    Searched full:parent_string (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-heap-profiler.cc 307 "parent_string = \"123456789.123456789.123456789.123456789.123456789."
311 "child_string = parent_string.slice(100);");
315 const v8::HeapGraphNode* parent_string = local
316 GetProperty(global, v8::HeapGraphEdge::kShortcut, "parent_string");
317 CHECK_NE(NULL, parent_string);
323 CHECK_EQ(parent_string, parent);
    [all...]

Completed in 53 milliseconds