blob: 82e6095a0cb0979d0e0e0d427c19ce421eaa6473 [file] [log] [blame]
Array.prototype.__defineSetter__(32, function() { print("Hello from arbitrary JS");});
var UBound = 0;
var expect= '';
var expectedvalues = [];
for (var j=0; j < 10; j++) {
addThis();
addThis();
addThis();
addThis();
}
function addThis() {
expectedvalues[UBound] = expect;
UBound++;
}