astro-ghostcms/.pnpm-store/v3/files/50/14c4bd589e22bf3d7a7b6dfefe9...

13 lines
297 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
var SLOT = require('internal-slot');
var keptObjects = [];
// https://262.ecma-international.org/12.0/#sec-clear-kept-objects
module.exports = function ClearKeptObjects() {
keptObjects.length = 0;
};
SLOT.set(module.exports, '[[es-abstract internal: KeptAlive]]', keptObjects);