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

Unified Diff: test/mjsunit/harmony/regress/regress-lookup-transition.js

Issue 1516843002: [proxy] fixing harmony/proxy.js tests and improving error messages + some drive-by fixes (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: WIP fix protoype walks with access checks Created 5 years 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
Index: test/mjsunit/harmony/regress/regress-lookup-transition.js
diff --git a/test/mjsunit/harmony/regress/regress-lookup-transition.js b/test/mjsunit/harmony/regress/regress-lookup-transition.js
index 3d5b518e0b9d66e8b35129deb73890366d932aa0..9a440b6ab3665e45b5121b7ec4abe48fc81b4f0f 100644
--- a/test/mjsunit/harmony/regress/regress-lookup-transition.js
+++ b/test/mjsunit/harmony/regress/regress-lookup-transition.js
@@ -4,7 +4,7 @@
// Flags: --harmony-proxies --expose-gc
-var proxy = new Proxy({}, { getPropertyDescriptor:function(key) {
+var proxy = new Proxy({}, { getOwnPropertyDescriptor:function() {
gc();
}});

Powered by Google App Engine
This is Rietveld 408576698