Searched defs:hasBeenFinalized (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp662 bool hasBeenFinalized() const { return !m_magic; } function in class:blink::Bar
697 EXPECT_TRUE(!m_bar->hasBeenFinalized());
1019 EXPECT_FALSE(m_bar->hasBeenFinalized());

Completed in 137 milliseconds