Searched refs:barPersistent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp3287 Persistent<Bar> barPersistent = Bar::create(); local
3288 Persistent<Foo> fooPersistent = Foo::create(barPersistent);
3289 EXPECT_TRUE(barPersistent != fooPersistent);
3290 barPersistent = fooPersistent;
3291 EXPECT_TRUE(barPersistent == fooPersistent);

Completed in 133 milliseconds