/third_party/node/lib/ |
H A D | crypto.js | 34 deprecate, 294 value = deprecate( 334 value: deprecate(createCipher, 340 value: deprecate(createDecipher, 353 get: deprecate(getDefaultEncoding, 355 set: deprecate(setDefaultEncoding,
|
H A D | dgram.js | 64 const { deprecate, promisify } = require('internal/util'); 1002 get: deprecate(function() { 1005 set: deprecate(function(val) { 1013 get: deprecate(function() { 1016 set: deprecate(function(val) { 1024 get: deprecate(function() { 1027 set: deprecate(function(val) { 1035 get: deprecate(function() { 1038 set: deprecate(function(val) { 1046 get: deprecate(functio [all...] |
H A D | timers.js | 58 deprecate, 356 _unrefActive: deprecate( 361 active: deprecate( 365 unenroll: deprecate( 369 enroll: deprecate(
|
H A D | util.js | 73 deprecate, 356 deprecate,
|
H A D | repl.js | 115 deprecate, 316 deprecate(() => this.input, 322 deprecate((val) => this.input = val, 333 deprecate(() => this.output, 339 deprecate((val) => this.output = val, 1865 get: pendingDeprecation ? deprecate( 1870 set: pendingDeprecation ? deprecate(
|
H A D | _http_outgoing.js | 217 get: internalUtil.deprecate(function() { 220 set: internalUtil.deprecate(function(val) { 248 get: internalUtil.deprecate(function() { 264 set: internalUtil.deprecate(function(val) {
|
H A D | zlib.js | 58 deprecate, 327 get: deprecate(function() { 331 set: deprecate(function(value) { 903 // want to runtime-deprecate it at some point. There's no hurry, though.
|
H A D | _tls_wrap.js | 44 deprecate, 1522 Server.prototype.setOptions = deprecate(function(options) {
|
/third_party/node/deps/npm/node_modules/util-deprecate/ |
H A D | browser.js | 6 module.exports = deprecate; 20 * @param {Function} fn - the function to deprecate 26 function deprecate (fn, msg) { function
|
/third_party/node/lib/internal/process/ |
H A D | pre_execution.js | 441 // this is used to deprecate APIs implemented in C++ where the deprecation 444 const { deprecate } = require('internal/util'); 470 deprecate(types[name], 494 process.binding = deprecate(process.binding, 498 process._tickCallback = deprecate(process._tickCallback,
|
H A D | promises.js | 23 const { deprecate } = require('internal/util'); 129 const multipleResolvesDeprecate = deprecate(
|
/third_party/node/test/fixtures/ |
H A D | deprecated-userland-function.js | 6 util.deprecate(deprecatedFunction, 'deprecatedFunction is deprecated.')();
|
/third_party/node/lib/internal/bootstrap/ |
H A D | node.js | 72 deprecate, 280 process.assert = deprecate( 286 // deprecate it in favor of a better API?
|
/third_party/node/lib/internal/fs/ |
H A D | streams.js | 22 deprecate, 229 const openReadFs = deprecate(function() { 390 const openWriteFs = deprecate(function() {
|
/third_party/node/lib/internal/perf/ |
H A D | observe.js | 57 deprecate, 515 get: deprecate(() => { 518 set: deprecate((value) => {
|
/third_party/node/lib/internal/streams/ |
H A D | operators.js | 26 const { deprecate } = require('internal/util'); 441 asIndexedPairs: deprecate(asIndexedPairs, 'readable.asIndexedPairs will be removed in a future version.'),
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | node.js | 18 exports.destroy = util.deprecate(
|
/third_party/node/lib/internal/ |
H A D | child_process.js | 59 const { convertToValidSignal, deprecate } = require('internal/util'); 583 get: deprecate(() => { 586 set: deprecate((val) => {
|
H A D | util.js | 155 function deprecate(fn, msg, code, useEmitSync) { function 810 deprecate,
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | attribute.js | 16 var deprecate = require("util-deprecate"); variable 18 var warnOfDeprecatedValueAssignment = deprecate(function () {}, "Assigning an attribute a value containing characters that might need to be escaped is deprecated. " + "Call attribute.setValue() instead."); 19 var warnOfDeprecatedQuotedAssignment = deprecate(function () {}, "Assigning attr.quoted is deprecated and has no effect. Assign to attr.quoteMark instead."); 20 var warnOfDeprecatedConstructor = deprecate(function () {}, "Constructing an Attribute selector with a value without specifying quoteMark is deprecated. Note: The value should be unescaped now."); 72 get: deprecate(function () { 75 set: deprecate(function () {
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 3150 function deprecate(func, options) { 3155 Debug.deprecate = deprecate; 3968 * In the future we might implement an exit handler to dump unfinished events which would deprecate [all...] |
H A D | typescript.js | 3141 function deprecate(func, options) { 3146 Debug.deprecate = deprecate; 3959 * In the future we might implement an exit handler to dump unfinished events which would deprecate [all...] |
H A D | typescriptServices.js | 3141 function deprecate(func, options) { 3146 Debug.deprecate = deprecate; 3959 * In the future we might implement an exit handler to dump unfinished events which would deprecate [all...] |
H A D | tsserver.js | 3151 function deprecate(func, options) { 3156 Debug.deprecate = deprecate; 3969 * In the future we might implement an exit handler to dump unfinished events which would deprecate [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 3249 function deprecate(func, options) { 3253 Debug.deprecate = deprecate; 3984 * In the future we might implement an exit handler to dump unfinished events which would deprecate [all...] |