Lines Matching refs:deprecate
114 deprecate
280 deprecate(() => this.input,
286 deprecate((val) => this.input = val,
296 deprecate(() => this.output,
302 deprecate((val) => this.output = val,
360 get: deprecate(() => rli,
362 set: deprecate((val) => rli = val,
753 get: deprecate(() => self[kBufferedCommandSymbol],
756 set: deprecate((val) => self[kBufferedCommandSymbol] = val,
814 self.parseREPLKeyword = deprecate(
1183 REPLServer.prototype.turnOffEditorMode = deprecate(
1615 REPLServer.prototype.memory = deprecate(
1834 get: pendingDeprecation ? deprecate(
1839 set: pendingDeprecation ? deprecate(