Home
last modified time | relevance | path

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

/third_party/node/lib/
Dreadline.js83 kPreviousKey,
384 return this[kPreviousKey];
387 this[kPreviousKey] = value;
/third_party/node/lib/internal/readline/
Dinterface.js110 const kPreviousKey = Symbol('_previousKey'); constant
139 this[kPreviousKey] = null;
1064 const previousKey = this[kPreviousKey];
1066 this[kPreviousKey] = key;
1422 kPreviousKey, property