Index: src/debug/mirrors.js |
diff --git a/src/debug/mirrors.js b/src/debug/mirrors.js |
index be76f5873d029fd84199aa5ad4d898cc767a79d5..9bd5cb98da7f74885e311480ea84a983dc27c756 100644 |
--- a/src/debug/mirrors.js |
+++ b/src/debug/mirrors.js |
@@ -1434,14 +1434,6 @@ GeneratorMirror.prototype.func = function() { |
}; |
-GeneratorMirror.prototype.context = function() { |
- if (!this.context_) { |
- this.context_ = new ContextMirror(%GeneratorGetContext(this.value_)); |
- } |
- return this.context_; |
-}; |
- |
- |
GeneratorMirror.prototype.receiver = function() { |
if (!this.receiver_) { |
this.receiver_ = MakeMirror(%GeneratorGetReceiver(this.value_)); |