From cedffe365f5cf0dfb63dc9d9c592a6ab6620bdcc Mon Sep 17 00:00:00 2001 From: Feng Qian Date: Tue, 30 Jun 2009 15:26:06 -0700 Subject: Pickup the latest V8 revision, prepare for snapshotting. http://v8.googlecode.com/svn/branches/bleeding_edge@2313 --- V8Binding/v8/src/top.h | 1 + 1 file changed, 1 insertion(+) (limited to 'V8Binding/v8/src/top.h') 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(); -- cgit v1.1