Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1379)

Unified Diff: test/mjsunit/debug-function-scopes.js

Issue 2142933003: Move Error methods to C++ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Handle exception in GetProperty Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/cross-realm-filtering.js ('k') | test/mjsunit/regress/regress-1980.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/debug-function-scopes.js
diff --git a/test/mjsunit/debug-function-scopes.js b/test/mjsunit/debug-function-scopes.js
index 5509038184c59053802b66b913860bce958525f0..ae95f9b97d6835a589359ebe01fd0fe0b722b92f 100644
--- a/test/mjsunit/debug-function-scopes.js
+++ b/test/mjsunit/debug-function-scopes.js
@@ -155,6 +155,3 @@ function CheckNoScopeVisible(f) {
CheckNoScopeVisible(Number);
CheckNoScopeVisible(Function.toString);
-
-// This getter is known to be implemented as closure.
-CheckNoScopeVisible(new Error().__lookupGetter__("stack"));
« no previous file with comments | « test/mjsunit/cross-realm-filtering.js ('k') | test/mjsunit/regress/regress-1980.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698