Lines Matching defs:index
389 get index() {
390 throw "abrupt index"
397 assert (e === "abrupt index");
406 get index() {
409 throw "abrupt index toNumber"
418 assert (e === "abrupt index toNumber");
427 index: 0,
445 index: 0,
465 index: 0,
483 index: 0,
565 this.index = 0;
570 if (this.index > 0) {
574 this.index = 39;
578 index: this.index
596 re.index = 0;
598 if (this.index > 3) {
605 index: this.index++
614 re.index = 0;