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

/external/v8/test/cctest/
H A Dtest-debug.cc5067 class TestClientData : public v8::Debug::ClientData { class in inherits:v8::Debug::ClientData
5069 TestClientData() { function in class:TestClientData
5072 virtual ~TestClientData() {
5085 int TestClientData::constructor_call_counter = 0;
5086 int TestClientData::destructor_call_counter = 0;
5092 TestClientData::ResetCounters();
5096 new TestClientData()));
5098 new TestClientData()));
5100 new TestClientData()));
5101 CHECK_EQ(0, TestClientData
[all...]

Completed in 276 milliseconds