Lines Matching refs:P

2545 $export($export.P + $export.F * __w_pdfjs_require__(39)(STARTS_WITH), 'String', {
2577 var IS_PROTO = type & $export.P;
2599 $export.P = 8;
2660 exports.f = __w_pdfjs_require__(19) ? Object.defineProperty : function defineProperty(O, P, Attribu…
2662 P = toPrimitive(P, true);
2665 return dP(O, P, Attributes);
2668 if ('value' in Attributes) O[P] = Attributes.value;
3111 $export($export.P + $export.F * __w_pdfjs_require__(39)(ENDS_WITH), 'String', {
3145 $export($export.P + $export.F * __w_pdfjs_require__(39)(INCLUDES), 'String', {
3173 $export($export.P, 'Array', {
3436 } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);
3552 var P;
3555 dP.f(O, P = keys[i++], Properties[P]);
5010 $export($export.P + $export.R, 'Promise', {
5560 var P;
5562 …if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPr…
5563 setPrototypeOf(that, P);
5624 exports.f = __w_pdfjs_require__(19) ? gOPD : function getOwnPropertyDescriptor(O, P) {
5626 P = toPrimitive(P, true);
5628 return gOPD(O, P);
5630 if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);
5798 $export($export.P, 'String', {
5991 var $defineProperties = function defineProperties(it, P) {
5993 var keys = enumKeys(P = toIObject(P));
5999 $defineProperty(it, key = keys[i++], P[key]);
6005 var $create = function create(it, P) {
6006 return P === undefined ? _create(it) : $defineProperties(_create(it), P);
6295 $export($export.P + $export.F * WEBKIT_BUG, 'String', {
6375 $export($export.P + $export.F * WEBKIT_BUG, 'String', {
6616 exports.InvokeOrNoop = function (O, P, args) {
6618 assert(IsPropertyKey(P));
6620 var method = O[P];
6629 exports.PromiseInvokeOrNoop = function (O, P, args) {
6631 assert(IsPropertyKey(P));
6635 return Promise.resolve(exports.InvokeOrNoop(O, P, args));
6641 exports.PromiseInvokeOrPerformFallback = function (O, P, args, F, argsF) {
6643 assert(IsPropertyKey(P));
6649 method = O[P];