Lines Matching refs:S

1159   var IS_STATIC = type & $export.S;
1185 $export.S = 4; // static
19329 module.exports = function (it, S) {
19332 if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
19334 if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
21581 $export($export.S + $export.F * !__webpack_require__(79)(function (iter) { Array.from(iter); }), 'A…
21620 $export($export.S + $export.F * __webpack_require__(25)(function () {
21691 $export($export.S, 'Number', { EPSILON: Math.pow(2, -52) });
21702 $export($export.S, 'Number', {
21716 $export($export.S, 'Number', { isInteger: __webpack_require__(278) });
21726 $export($export.S, 'Number', {
21743 $export($export.S, 'Number', {
21757 $export($export.S, 'Number', { MAX_SAFE_INTEGER: 0x1fffffffffffff });
21767 $export($export.S, 'Number', { MIN_SAFE_INTEGER: -0x1fffffffffffff });
21777 $export($export.S + $export.F, 'Object', { assign: __webpack_require__(284) });
21786 $export($export.S, 'Object', { is: __webpack_require__(405) });
21795 $export($export.S, 'Object', { setPrototypeOf: __webpack_require__(287).set });
22024 $export($export.S + $export.F * !USE_NATIVE, PROMISE, {
22033 $export($export.S + $export.F * (LIBRARY || !USE_NATIVE), PROMISE, {
22039 $export($export.S + $export.F * !(USE_NATIVE && __webpack_require__(79)(function (iter) {
22297 $export($export.S + $export.F * (!!$fromCodePoint && $fromCodePoint.length != 1), 'String', {
22343 $export($export.S, 'String', {
22571 $export($export.S + $export.F * !USE_NATIVE, 'Symbol', {
22587 $export($export.S + $export.F * !USE_NATIVE, 'Object', {
22603 $JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () {
22604 var S = $Symbol();
22608 …return _stringify([S]) != '[null]' || _stringify({ a: S }) != '{}' || _stringify(Object(S)) != '{}…
22751 $export($export.S, 'Object', {
22769 $export($export.S, 'Object', {
22794 $export($export.S, 'Object', {
31215 var S = Symbol();
31217 A[S] = 7;
31219 return $assign({}, A)[S] != 7 || Object.keys($assign({}, B)).join('') != K;
31227 var S = IObject(arguments[index++]);
31228 var keys = getSymbols ? getKeys(S).concat(getSymbols(S)) : getKeys(S);
31232 while (length > j) if (isEnum.call(S, key = keys[j++])) T[key] = S[key];
31343 var S = String(defined(that));
31344 var stringLength = S.length;
31347 if (intMaxLength <= stringLength || fillStr == '') return S;
31351 return left ? stringFiller + S : S + stringFiller;
49360 var S = target.constructor;
49362 …if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPr…
49615 var S;
49616 return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? D : aFunction(S);