HomeSort by relevance Sort by last modified time
    Searched full:m_shouldterminate (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
Terminator.h 36 Terminator() : m_shouldTerminate(false) { }
38 void terminateSoon() { m_shouldTerminate = true; }
39 bool shouldTerminate() const { return m_shouldTerminate; }
42 bool m_shouldTerminate;

Completed in 26 milliseconds