Searched defs:next_code_link (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc347 // Check that there's no strong next_code_link. There might be a weak one
352 const v8::HeapGraphNode* next_code_link = local
354 CHECK_EQ(NULL, next_code_link);

Completed in 142 milliseconds