Home
last modified time | relevance | path

Searched refs:kInsertString (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/readline/
Dinterface.js101 const kInsertString = Symbol('_insertString'); constant
629 [kInsertString](c) {
683 this[kInsertString](StringPrototypeSlice(prefix, completeOn.length));
856 this[kInsertString](this[kKillRing][this[kKillRingCursor]]);
1339 this[kInsertString](StringPrototypeSlice(s, lastIndex, nextMatch.index));
1347 this[kInsertString](StringPrototypeSlice(s, lastIndex));
1415 kInsertString, property
/third_party/node/lib/
Dreadline.js76 kInsertString,
255 [kInsertString]: {
435 Interface.prototype._insertString = _Interface.prototype[kInsertString];