| Index: test/mjsunit/debug-function-scopes.js
|
| diff --git a/test/mjsunit/debug-function-scopes.js b/test/mjsunit/debug-function-scopes.js
|
| index ae95f9b97d6835a589359ebe01fd0fe0b722b92f..5509038184c59053802b66b913860bce958525f0 100644
|
| --- a/test/mjsunit/debug-function-scopes.js
|
| +++ b/test/mjsunit/debug-function-scopes.js
|
| @@ -155,3 +155,6 @@
|
| CheckNoScopeVisible(Number);
|
|
|
| CheckNoScopeVisible(Function.toString);
|
| +
|
| +// This getter is known to be implemented as closure.
|
| +CheckNoScopeVisible(new Error().__lookupGetter__("stack"));
|
|
|