Reviewers: ulan,
Description:
Remove deprecated v8::Context::HasOutOfMemoryException.
LOG=Y
[email protected]
Please review this at https://codereview.chromium.org/369463005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+0, -8 lines):
M include/v8.h
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index
4f12809be1c28630785a571a4902bf7dc4cc29bb..82639263bf819cae66f438dff7ac232ffd7a1250
100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -5258,14 +5258,6 @@ class V8_EXPORT Context {
*/
void Exit();
- /**
- * Returns true if the context has experienced an out of memory
situation.
- * Since V8 always treats OOM as fatal error, this can no longer return
true.
- * Therefore this is now deprecated.
- * */
- V8_DEPRECATED("This can no longer happen. OOM is a fatal error.",
- 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.