Home
last modified time | relevance | path

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

/third_party/node/lib/
Dreadline.js342 return this._moveCursor;
465 Interface.prototype._moveCursor = _Interface.prototype[kMoveCursor]; method in Interface
/third_party/node/lib/internal/repl/
Dutils.js489 const originalMoveCursor = FunctionPrototypeBind(repl._moveCursor, repl);
490 repl._moveCursor = (dx) => { function