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

  /external/v8/test/cctest/
test-heap-profiler.cc 380 const char* retainers_of_a = printer.GetRetainers("A"); local
384 i::StrLength(retainers_of_a));
385 CHECK(strstr(retainers_of_a, "(global property);1") != NULL);
386 CHECK(strstr(retainers_of_a, "B;2") != NULL);
387 CHECK(strstr(retainers_of_a, "C;2") != NULL);

Completed in 35 milliseconds