Searched refs:s_endOfTaskRunner (Results 1 – 1 of 1) sorted by relevance
86 static WebThread::TaskObserver* s_endOfTaskRunner = 0; variable106 ASSERT(!s_endOfTaskRunner); in initialize()107 s_endOfTaskRunner = new EndOfTaskRunner; in initialize()108 currentThread->addTaskObserver(s_endOfTaskRunner); in initialize()187 delete s_endOfTaskRunner; in shutdown()188 s_endOfTaskRunner = 0; in shutdown()220 ASSERT(!s_endOfTaskRunner); in shutdownWithoutV8()