We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d5e79 commit ceae1baCopy full SHA for ceae1ba
test/es6/proxyenumremoval.js
@@ -59,7 +59,6 @@ var proxy = new Proxy({c:1,d:2}, {
59
});
60
for(var key in proxy){ keys += key;}
61
passed &= keys==="cd";
62
-WScript.Echo(keys)
63
64
var keys=""
65
var proxy = new Proxy({b:1,a:2}, {
0 commit comments