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 1f98641 commit 47bec09Copy full SHA for 47bec09
test/es6/proxyenumremoval.js
@@ -115,17 +115,6 @@ for(var key in proxy){ keys += key;}
115
passed &= keys==="b";
116
passed &= getPrototypeOfCalled===1;
117
118
-// cross site marshal
119
-var IntArr0 = Array();
120
-IntArr0[3] = -6869070206472090000;
121
-IntArr0 = new Proxy(IntArr0, {});
122
-var sc1 = WScript.LoadScript('', 'samethread');
123
-sc1.IntArr0 = IntArr0;
124
-var sc1_cctx = sc1.Debug.parseFunction('x=""; for (var _strvar0 in IntArr0) {x+=IntArr0[_strvar0];}');
125
-sc1_cctx();
126
-passed &= (sc1.x=="-6869070206472090000");
127
-
128
129
if (passed) {
130
WScript.Echo("PASS");
131
}
0 commit comments