xref: /third_party/node/test/fixtures/deprecated-userland-function.js (revision 1cb0ef41)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/
11cb0ef41Sopenharmony_ciconst util = require('util');
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_cifunction deprecatedFunction() {
41cb0ef41Sopenharmony_ci}
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_ciutil.deprecate(deprecatedFunction, 'deprecatedFunction is deprecated.')();
7

Indexes created Thu Nov 07 10:32:03 CST 2024