Files
est-frame/node_modules/core-js-pure/modules/es.object.has-own.js
2025-10-22 05:38:27 +00:00

10 lines
241 B
JavaScript
Executable File

'use strict';
var $ = require('../internals/export');
var hasOwn = require('../internals/has-own-property');
// `Object.hasOwn` method
// https://tc39.es/ecma262/#sec-object.hasown
$({ target: 'Object', stat: true }, {
hasOwn: hasOwn
});