summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/ExceptionHelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/ExceptionHelpers.h')
-rw-r--r--JavaScriptCore/runtime/ExceptionHelpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaScriptCore/runtime/ExceptionHelpers.h b/JavaScriptCore/runtime/ExceptionHelpers.h
index b6e7373..b152439 100644
--- a/JavaScriptCore/runtime/ExceptionHelpers.h
+++ b/JavaScriptCore/runtime/ExceptionHelpers.h
@@ -43,6 +43,7 @@ namespace JSC {
struct Instruction;
JSValue createInterruptedExecutionException(JSGlobalData*);
+ JSValue createTerminatedExecutionException(JSGlobalData*);
JSValue createStackOverflowError(ExecState*);
JSValue createTypeError(ExecState*, const char* message);
JSValue createUndefinedVariableError(ExecState*, const Identifier&, unsigned bytecodeOffset, CodeBlock*);