]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - runtime/TimeoutChecker.h
JavaScriptCore-903.5.tar.gz
[apple/javascriptcore.git] / runtime / TimeoutChecker.h
index 7bfa6d08305dc8b5f1d6370e2e92e8222e66ea27..5925641f80a366ad34061b562c74cd822e3cfe9b 100644 (file)
@@ -40,6 +40,7 @@ namespace JSC {
         TimeoutChecker();
 
         void setTimeoutInterval(unsigned timeoutInterval) { m_timeoutInterval = timeoutInterval; }
+        unsigned timeoutInterval() const { return m_timeoutInterval; }
         
         unsigned ticksUntilNextCheck() { return m_ticksUntilNextCheck; }