Home
last modified time | relevance | path

Searched refs:ApplyInterruptTest (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-api.cc7961 class ApplyInterruptTest { class
7963 ApplyInterruptTest() : block_(NULL) {} in ApplyInterruptTest() function in ApplyInterruptTest
7964 ~ApplyInterruptTest() { delete block_; } in ~ApplyInterruptTest()
7990 explicit GCThread(ApplyInterruptTest* test) in GCThread()
7996 ApplyInterruptTest* test_;
8063 ApplyInterruptTest().RunTest(); in TEST()