Lines Matching refs:index
243 // Adopted from https://github.com/chalk/ansi-regex/blob/HEAD/index.js
826 let index = 1;
829 ctx.circular.set(value, index);
831 index = ctx.circular.get(value);
832 if (index === undefined) {
833 index = ctx.circular.size + 1;
834 ctx.circular.set(value, index);
837 return ctx.stylize(`[Circular *${index}]`, 'special');
1065 const index = ctx.circular.get(value);
1066 if (index !== undefined) {
1067 const reference = ctx.stylize(`<ref *${index}>`, 'special');
1306 const index = ArrayPrototypeIndexOf(keys, name);
1308 if (index !== -1 && StringPrototypeIncludes(stack, err[name])) {
1309 ArrayPrototypeSplice(keys, index, 1);
1321 tempLine += StringPrototypeSlice(line, pos, nodeModule.index + 14);
1323 pos = nodeModule.index + nodeModule[0].length;
1682 let index = i;
1690 if (`${index}` !== key) {
1694 const emptyItems = tmp - index;
1698 index = tmp;
1704 index++;
1706 const remaining = value.length - index;