Home
last modified time | relevance | path

Searched refs:charLengthAt (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/readline/
Dutils.js51 function charLengthAt(str, i) { function
359 } else if (charLengthAt(s, 0) === s.length) {
384 charLengthAt, property
/third_party/node/lib/
Dreadline.js90 charLengthAt,
729 const charSize = charLengthAt(this.line, this.cursor);
1042 this._moveCursor(+charLengthAt(this.line, this.cursor));
1162 this._moveCursor(+charLengthAt(this.line, this.cursor));
1259 iface._sawKeyPress = charLengthAt(string, 0) === string.length;
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md798 …js/node/commit/f0506c3dd2)] - **readline**: move charLengthLeft() and charLengthAt() (Ruben Bridge…