no message

This commit is contained in:
A1300399510
2025-02-19 13:24:22 +08:00
parent e55ba47112
commit 31157ef7cc
999 changed files with 52 additions and 152901 deletions

View File

@@ -1,16 +0,0 @@
'use strict';
var GetIntrinsic = require('get-intrinsic');
var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);
if ($gOPD) {
try {
$gOPD([], 'length');
} catch (e) {
// IE 8 has a broken gOPD
$gOPD = null;
}
}
module.exports = $gOPD;