Lines Matching refs:shadow

1411 exports.shadow = shadow;
1783 function shadow(obj, prop, value) {
11428 return (0, _util.shadow)(this, 'docBaseUrl', docBaseUrl);
12823 …return (0, _util.shadow)(this, 'resources', this._getInheritableProperty('Resources') || _primitiv…
12831 return (0, _util.shadow)(this, 'mediaBox', LETTER_SIZE_MEDIABOX);
12834 return (0, _util.shadow)(this, 'mediaBox', mediaBox);
12842 return (0, _util.shadow)(this, 'cropBox', this.mediaBox);
12845 return (0, _util.shadow)(this, 'cropBox', cropBox);
12856 return (0, _util.shadow)(this, 'userUnit', obj);
12865 return (0, _util.shadow)(this, 'view', mediaBox);
12870 return (0, _util.shadow)(this, 'view', intersection || mediaBox);
12885 return (0, _util.shadow)(this, 'rotate', rotate);
12890 return (0, _util.shadow)(this, 'annotations', this._getInheritableProperty('Annots') || []);
12914 return (0, _util.shadow)(this, '_parsedAnnotations', parsedAnnotations);
13144 return (0, _util.shadow)(this, 'linearization', linearization);
13198 return (0, _util.shadow)(this, 'startXRef', startXRef);
13205 return (0, _util.shadow)(this, 'numPages', num);
13291 return (0, _util.shadow)(this, 'documentInfo', docInfo);
13316 return (0, _util.shadow)(this, 'fingerprint', fingerprint);
13933 return (0, _util.shadow)(this, 'metadata', null);
13957 return (0, _util.shadow)(this, 'metadata', metadata);
13968 return (0, _util.shadow)(this, 'toplevelPagesDict', pagesObj);
13985 return (0, _util.shadow)(this, 'documentOutline', obj);
14002 return (0, _util.shadow)(this, 'permissions', permissions);
14013 return (0, _util.shadow)(this, 'numPages', obj);
14035 return (0, _util.shadow)(this, 'destinations', dests);
14052 return (0, _util.shadow)(this, 'pageLabels', obj);
14072 return (0, _util.shadow)(this, 'pageLayout', pageLayout);
14092 return (0, _util.shadow)(this, 'pageMode', pageMode);
14248 return (0, _util.shadow)(this, 'viewerPreferences', prefs);
14275 return (0, _util.shadow)(this, 'openActionDestination', openActionDest);
14298 return (0, _util.shadow)(this, 'attachments', attachments);
14361 return (0, _util.shadow)(this, 'javaScript', javaScript);
19181 return (0, _util.shadow)(this, 'bytes', this.stream.getBytes(this.maybeLength));
19282 return (0, _util.shadow)(this, 'decoder', decoder);
19287 return (0, _util.shadow)(this, 'contextCache', cache);
21842 return (0, _util.shadow)(this, 'bytes', this.stream.getBytes(this.maybeLength));
23133 return (0, _util.shadow)(this, 'bytes', this.stream.getBytes(this.maybeLength));
27332 return (0, _util.shadow)(this, 'usesZeroToOneRange', true);
27571 return (0, _util.shadow)(this, 'singletons', {
27573 return (0, _util.shadow)(this, 'gray', new DeviceGrayCS());
27577 return (0, _util.shadow)(this, 'rgb', new DeviceRgbCS());
27581 return (0, _util.shadow)(this, 'cmyk', new DeviceCmykCS());
28355 return (0, _util.shadow)(this, 'usesZeroToOneRange', false);
35681 return (0, _util.shadow)(this, 'renderer', renderer);
52909 return (0, _util.shadow)(this, 'value', (0, _util.isEvalSupported)());
54378 … return (0, _util.shadow)(this, 'LBRACE', new PostScriptToken(PostScriptTokenTypes.LBRACE, '{'));
54383 … return (0, _util.shadow)(this, 'RBRACE', new PostScriptToken(PostScriptTokenTypes.RBRACE, '}'));
54388 return (0, _util.shadow)(this, 'IF', new PostScriptToken(PostScriptTokenTypes.IF, 'IF'));
54393 …return (0, _util.shadow)(this, 'IFELSE', new PostScriptToken(PostScriptTokenTypes.IFELSE, 'IFELSE'…