]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - API/JSBasePrivate.h
JavaScriptCore-1097.3.tar.gz
[apple/javascriptcore.git] / API / JSBasePrivate.h
index befa31643eab931efe6720de8d81e2e2f318b26a..3d6be0c50014beb886dd575cb6a202ce92536655 100644 (file)
@@ -45,6 +45,9 @@ region.
 */
 JS_EXPORT void JSReportExtraMemoryCost(JSContextRef ctx, size_t size) AVAILABLE_IN_WEBKIT_VERSION_4_0;
 
+/* Please don't call this. Please. */
+JS_EXPORT void JSDisableGCTimer(void);
+
 #ifdef __cplusplus
 }
 #endif