summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/bindings/c/c_runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/bindings/c/c_runtime.h')
-rw-r--r--JavaScriptCore/bindings/c/c_runtime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/JavaScriptCore/bindings/c/c_runtime.h b/JavaScriptCore/bindings/c/c_runtime.h
index 469008a..0cac932 100644
--- a/JavaScriptCore/bindings/c/c_runtime.h
+++ b/JavaScriptCore/bindings/c/c_runtime.h
@@ -59,6 +59,9 @@ private:
NPIdentifier _methodIdentifier;
};
+void SetGlobalException(const NPUTF8* exception);
+void MoveGlobalExceptionToExecState(ExecState* exec);
+
} // namespace Bindings
} // namespace KJS