OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getretainers
(Results
1 - 1
of
1
) sorted by null
/external/v8/test/cctest/
test-heap-profiler.cc
326
const char*
GetRetainers
(const char* constructor) {
380
const char* retainers_of_a = printer.
GetRetainers
("A");
388
CHECK_EQ("(global property);2", printer.
GetRetainers
("B"));
389
CHECK_EQ("(global property);1", printer.
GetRetainers
("C"));
Completed in 40 milliseconds