Lines Matching refs:index
88 const POP_PATH_PARAM_INDEX_INVALID_ERROR = new AsError(200008, 'Param index is invalid.');
629 if (b8.index >= 0) {
630 b8.param = this.navPathStack?.getParamByIndex(b8.index);
857 } else if (x4.index || x4.index === 0) {
858 if (!this.checkNumberParamPositive('index', x4.index, x4)) {
861 router.back(x4.index, x4.params);
914 } else if (p4.index || p4.index === 0) {
915 if (p4.index < -1) {
919 if (p4.index > this.getCurrentNavPathInfo().index) {
923 this.navPathStack?.popToIndex(p4.index, p4.result, p4.animated);
933 this.success(new PopPathResult(q4.name, q4.index, q4.param), p4);
1115 this.index = t1;
1179 this.index = l1;