Home
last modified time | relevance | path

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

/third_party/node/lib/
Dreadline.js95 kSubstringSearch,
218 this[kSubstringSearch] = null;
803 const search = this[kSubstringSearch] || '';
823 const search = this[kSubstringSearch] || '';
966 if (this[kSubstringSearch] === null) {
967 this[kSubstringSearch] = StringPrototypeSlice(this.line, 0, this.cursor);
969 } else if (this[kSubstringSearch] !== null) {
970 this[kSubstringSearch] = null;
/third_party/node/lib/internal/readline/
Dutils.js18 const kSubstringSearch = Symbol('kSubstringSearch'); constant
388 kSubstringSearch, property
/third_party/node/lib/internal/repl/
Dutils.js42 kSubstringSearch,
726 repl[kSubstringSearch] = '';