Home
last modified time | relevance | path

Searched refs:LAST_INDEX (Results 1 – 10 of 10) sorted by relevance

/plugin/asciidocjs/node_modules/core-js/modules/
D_regexp-exec.js13 var LAST_INDEX = 'lastIndex'; variable
20 return re1[LAST_INDEX] !== 0 || re2[LAST_INDEX] !== 0;
36 if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX];
41 re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;
Des6.regexp.split.js15 var LAST_INDEX = 'lastIndex'; variable
49 lastIndex = separatorCopy[LAST_INDEX];
57 …if (separatorCopy[LAST_INDEX] === match.index) separatorCopy[LAST_INDEX]++; // Avoid an infinite l…
/plugin/asciidocjs/node_modules/core-js/client/
Dshim.js2401 var LAST_INDEX = 'lastIndex';
2408 return re1[LAST_INDEX] !== 0 || re2[LAST_INDEX] !== 0;
2424 if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX];
2429 re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;
6395 var LAST_INDEX = 'lastIndex';
6429 lastIndex = separatorCopy[LAST_INDEX];
6437 …if (separatorCopy[LAST_INDEX] === match.index) separatorCopy[LAST_INDEX]++; // Avoid an infinite l…
Dcore.js2477 var LAST_INDEX = 'lastIndex';
2484 return re1[LAST_INDEX] !== 0 || re2[LAST_INDEX] !== 0;
2500 if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX];
2505 re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;
6497 var LAST_INDEX = 'lastIndex';
6531 lastIndex = separatorCopy[LAST_INDEX];
6539 …if (separatorCopy[LAST_INDEX] === match.index) separatorCopy[LAST_INDEX]++; // Avoid an infinite l…
Dshim.min.js.map1 …,"re1","re2","regexpFlags","nativeExec","nativeReplace","patchedExec","LAST_INDEX","UPDATES_LAST_I…
Dcore.min.js.map1 …,"re1","re2","regexpFlags","nativeExec","nativeReplace","patchedExec","LAST_INDEX","UPDATES_LAST_I…
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1LAST_INDEX = 'lastIndex';\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/,\n …
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/edittable/lib/
Dhandsontable.full.js22158 var LAST_INDEX = 'lastIndex';
22201 …if (separatorCopy[LAST_INDEX] === match.index) separatorCopy[LAST_INDEX]++; // Avoid an infinite l…
/plugin/zwidoku/files/
H A Djs.js1LAST_INDEX='lastIndex';if('abbc'[$SPLIT](/(b)*/)[1]=='c'||'test'[$SPLIT](/(?:)/,-1)[LENGTH]!=4||'a…