Searched refs:_moveCursor (Results 1 – 2 of 2) sorted by relevance
342 return this._moveCursor;465 Interface.prototype._moveCursor = _Interface.prototype[kMoveCursor]; method in Interface
489 const originalMoveCursor = FunctionPrototypeBind(repl._moveCursor, repl);490 repl._moveCursor = (dx) => { function