summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8/src/top.h
diff options
context:
space:
mode:
Diffstat (limited to 'V8Binding/v8/src/top.h')
-rw-r--r--V8Binding/v8/src/top.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/V8Binding/v8/src/top.h b/V8Binding/v8/src/top.h
index 53d67e5..25242f7 100644
--- a/V8Binding/v8/src/top.h
+++ b/V8Binding/v8/src/top.h
@@ -239,6 +239,7 @@ class Top {
static Failure* ReThrow(Object* exception, MessageLocation* location = NULL);
static void ScheduleThrow(Object* exception);
static void ReportPendingMessages();
+ static Failure* ThrowIllegalOperation();
// Promote a scheduled exception to pending. Asserts has_scheduled_exception.
static Object* PromoteScheduledException();