Lines Matching refs:forced
41135 …} else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, m…
41259 FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
42554 $({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {
42580 $({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {
42600 $({ target: 'Array', proto: true, forced: !USES_TO_LENGTH }, {
42682 $({ target: 'Object', stat: true, forced: Object.assign !== assign }, {
42696 $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
43011 if (typeof $fetch == 'function') $({ global: true, enumerable: true, forced: true }, {
43020 $({ global: true, wrap: true, forced: FORCED }, {
43030 $({ target: PROMISE, stat: true, forced: FORCED }, {
43040 $({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {
43048 $({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {
43107 $({ target: 'String', stat: true, forced: INCORRECT_LENGTH }, {
43133 $({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {
43356 $({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {
43364 $({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {
43385 $({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {
43400 $({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {
43411 $({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) …
43430 $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {