Lines Matching refs:_this

7466         var _this = this;
7472 _this._started = true;
7473 WritableStreamDefaultControllerAdvanceQueueIfNeeded(_this);
7476 _this._started = true;
7950 var _this = this;
8003 isOrBecomesErrored(_this, reader._closedPromise, function (storedError) {
8015 return ReadableStreamCancel(_this, storedError);
8021 isOrBecomesClosed(_this, reader._closedPromise, function () {
8036 return ReadableStreamCancel(_this, destClosed);
11441 var _this;
11445 _this = _possibleConstructorReturn(this, _getPrototypeOf(LocalPdfManager).call(this));
11446 _this._docId = docId;
11447 _this._password = password;
11448 _this._docBaseUrl = docBaseUrl;
11449 _this.evaluatorOptions = evaluatorOptions;
11451 _this.pdfDocument = new _document.PDFDocument(_assertThisInitialized(_this), stream);
11452 _this._loadedStreamPromise = Promise.resolve(stream);
11453 return _this;
11979 var _this = this;
11998 _this.onProgress({
12018 if (_this.aborted) {
12022 _this.onReceiveData({
12641 var _this = this;
12648 var objectLoader = new _obj.ObjectLoader(_this.resources, keys, _this.xref);
13701 var _this = this;
13715 _this.fontCache.clear();
13717 _this.builtInCMapCache.clear();
26483 var _this;
26487 _this = _possibleConstructorReturn(this, _getPrototypeOf(AES128Cipher).call(this));
26488 _this._cyclesOfRepetition = 10;
26489 _this._keySize = 160;
26490_this._rcon = new Uint8Array([0x8d, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x…
26491 _this._key = _this._expandKey(key);
26492 return _this;
27599 var _this;
27603_this = _possibleConstructorReturn(this, _getPrototypeOf(AlternateCS).call(this, 'Alternate', numC…
27604 _this.base = base;
27605 _this.tintFn = tintFn;
27606 _this.tmpBuf = new Float32Array(base.numComps);
27607 return _this;
28741 var _this = this;
28757 stream: _this.appearance,
28764 _this.appearance.reset();
30381 var _this = this;
30413 if (!_this.builtInCMapCache.has(name)) {
30418 return _context.abrupt("return", _this.builtInCMapCache.get(name));
30422 return _this.handler.sendWithPromise('FetchBuiltInCMap', {
30430 _this.builtInCMapCache.set(name, data);
33949 var _this;
33953 _this = _possibleConstructorReturn(this, _getPrototypeOf(IdentityCMap).call(this));
33954 _this.vertical = vertical;
33956 _this.addCodespaceRange(n, 0, 0xffff);
33958 return _this;
35696 var _this = this;
35758 if (!_this.composite) {
35759 var glyphName = _this.differences[charCode] || _this.defaultEncoding[charCode];
35767 _this.toFontChar[charCode] = unicodeCharCode;
47904 var _this;
47908_this = _possibleConstructorReturn(this, _getPrototypeOf(TrueTypeCompiled).call(this, fontMatrix |…
47909 _this.glyphs = glyphs;
47910 _this.cmap = cmap;
47911 return _this;
55529 var _this = this;
55545 if (data.targetName !== _this.sourceName) {
55550 _this._processStreamMessage(data);
55570 var _sourceName = _this.sourceName;
55592 _this._createStreamSink(data);
56014 var _this = this;
56028 _this._isStreamingSupported = data.isStreamingSupported;
56029 _this._isRangeSupported = data.isRangeSupported;
56030 _this._contentLength = data.contentLength;