blob: 97f161289af8696a3f6df8b7b2937075ddd52562 [file] [log] [blame]
function testGlobalProtoAccess() {
return "ok";
}
this.__proto__.a = 3; for (var j = 0; j < 4; ++j) { [a]; }
assertEq(testGlobalProtoAccess(), "ok");