blob: 0c7044f2d498e570e6e7050491938d285f040c63 (
plain)
1
2
3
4
5
6
7
8
9
10
|
var i = 0;
var expectedmatch = '';
var expectedmatches = new Array();
addThis();
expectedmatch = null;
addThis();
function addThis() {
Array(-2147483648, -2147483648);
expectedmatches[i] = expectedmatch;
}
|