Reviewers: dcarney,

Message:
I plan to land this after the next roll.

Description:
Remove Context::OutOfMemory.

[email protected]

Please review this at https://codereview.chromium.org/225723004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -3 lines):
  M include/v8.h


Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index b1ec504031cdf0fdf2401734caedd6327044d6c1..cec893833bcc7a4f7aa40df98b8123a3baa1f44b 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -5274,9 +5274,6 @@ class V8_EXPORT Context {
    */
   void Exit();

- /** Returns true if the context has experienced an out of memory situation. */
-  bool HasOutOfMemoryException() { return false; }
-
   /** Returns an isolate associated with a current context. */
   v8::Isolate* GetIsolate();



--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to