]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - runtime/JSONObject.h
JavaScriptCore-621.1.tar.gz
[apple/javascriptcore.git] / runtime / JSONObject.h
index 905e4bc0e0e21cd5f4ee1104b756688430f5e10b..7a9e0a48b90e035647b9686e053245a1325240c5 100644 (file)
@@ -57,6 +57,8 @@ namespace JSC {
         static const ClassInfo info;
     };
 
+    UString JSONStringify(ExecState* exec, JSValue value, unsigned indent);
+
 } // namespace JSC
 
 #endif // JSONObject_h