xref: /third_party/node/test/fixtures/intrinsic-mutation.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/
11cb0ef41Sopenharmony_ci'use strict';
21cb0ef41Sopenharmony_ciObject.defineProperty(
31cb0ef41Sopenharmony_ci  Object.prototype,
41cb0ef41Sopenharmony_ci  'flatten', {
51cb0ef41Sopenharmony_ci    enumerable: false,
61cb0ef41Sopenharmony_ci    // purposefully named something that
71cb0ef41Sopenharmony_ci    // would never land in JS itself
81cb0ef41Sopenharmony_ci    value: function smoosh() {}
91cb0ef41Sopenharmony_ci  }
101cb0ef41Sopenharmony_ci);
11

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