asd/asd-pc/node_modules/core-js/modules/esnext.weak-map.emplace.js
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

10 lines
276 B
JavaScript

'use strict';
var $ = require('../internals/export');
var emplace = require('../internals/map-emplace');
// `WeakMap.prototype.emplace` method
// https://github.com/tc39/proposal-upsert
$({ target: 'WeakMap', proto: true, real: true, forced: true }, {
emplace: emplace
});