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

Unified Diff: test/mjsunit/harmony/debug-stepin-proxies.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/debug-stepin-proxies.js
diff --git a/test/mjsunit/harmony/debug-stepin-proxies.js b/test/mjsunit/harmony/debug-stepin-proxies.js
index 3775799de8f954cea185d35781e77f5713aab5e7..9c956ac45cb39f82876768071f3b06c55501c182 100644
--- a/test/mjsunit/harmony/debug-stepin-proxies.js
+++ b/test/mjsunit/harmony/debug-stepin-proxies.js
@@ -69,6 +69,10 @@ assertEquals([
"d0", "l4d11", "m2d11", // [[Set]]
"e14", "r4e14", "q4r11e14", "s2e14", // for-in [[Enumerate]]
"o6e14", "q4e14", "p6e14", "q4e14", "q4e14", // exhaust iterator
- "e9","f2","foo","e9","f2", "bar","e9", // for-in body
+ "e9", // for-in-body
+ "h4e9","i2e9", // [[Has]] property
+ "f2","foo", "e9", // for-in-body
+ "h4e9","i2e9", // [[Has]]property
+ "f2","bar", "e9", // for-in-body
"g0"
], log);

Powered by Google App Engine
This is Rietveld 408576698