Home
last modified time | relevance | path

Searched refs:deprecate (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/lib/
H A Dcrypto.js34 deprecate,
294 value = deprecate(
334 value: deprecate(createCipher,
340 value: deprecate(createDecipher,
353 get: deprecate(getDefaultEncoding,
355 set: deprecate(setDefaultEncoding,
H A Ddgram.js64 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 Dtimers.js58 deprecate,
356 _unrefActive: deprecate(
361 active: deprecate(
365 unenroll: deprecate(
369 enroll: deprecate(
H A Dutil.js73 deprecate,
356 deprecate,
H A Drepl.js115 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.js217 get: internalUtil.deprecate(function() {
220 set: internalUtil.deprecate(function(val) {
248 get: internalUtil.deprecate(function() {
264 set: internalUtil.deprecate(function(val) {
H A Dzlib.js58 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.js44 deprecate,
1522 Server.prototype.setOptions = deprecate(function(options) {
/third_party/node/deps/npm/node_modules/util-deprecate/
H A Dbrowser.js6 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 Dpre_execution.js441 // 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 Dpromises.js23 const { deprecate } = require('internal/util');
129 const multipleResolvesDeprecate = deprecate(
/third_party/node/test/fixtures/
H A Ddeprecated-userland-function.js6 util.deprecate(deprecatedFunction, 'deprecatedFunction is deprecated.')();
/third_party/node/lib/internal/bootstrap/
H A Dnode.js72 deprecate,
280 process.assert = deprecate(
286 // deprecate it in favor of a better API?
/third_party/node/lib/internal/fs/
H A Dstreams.js22 deprecate,
229 const openReadFs = deprecate(function() {
390 const openWriteFs = deprecate(function() {
/third_party/node/lib/internal/perf/
H A Dobserve.js57 deprecate,
515 get: deprecate(() => {
518 set: deprecate((value) => {
/third_party/node/lib/internal/streams/
H A Doperators.js26 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 Dnode.js18 exports.destroy = util.deprecate(
/third_party/node/lib/internal/
H A Dchild_process.js59 const { convertToValidSignal, deprecate } = require('internal/util');
583 get: deprecate(() => {
586 set: deprecate((val) => {
H A Dutil.js155 function deprecate(fn, msg, code, useEmitSync) { function
810 deprecate,
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dattribute.js16 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 Dtsserverlibrary.js3150 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 Dtypescript.js3141 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 DtypescriptServices.js3141 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 Dtsserver.js3151 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 Dtypescript.js3249 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...]

Completed in 138 milliseconds

12