diff options
Diffstat (limited to 'JavaScriptCore/bindings/c/c_runtime.h')
-rw-r--r-- | JavaScriptCore/bindings/c/c_runtime.h | 3 |
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 |