Lines Matching refs:index
2460 this.index = null;
2544 this._structured_clone.index = this.index;
3062 this.index = null;
3215 var remote_test = this.tests[data.test.index];
3218 this.tests[data.test.index] = remote_test;
3225 var remote_test = this.tests[data.test.index];
3241 record.test = assert.test != null ? this.tests[assert.test.index] : null;
3557 test.index = this.tests.push(test);
3950 var index = array.indexOf(item);
3951 if (index > -1) {
3952 array.splice(index, 1);