Lines Matching refs:wrap

73         return regeneratorRuntime.wrap(function _callee$(_context) {
268 return regeneratorRuntime.wrap(function _callee2$(_context2) {
6070 return regeneratorRuntime.wrap(function _callee$(_context) {
6510 return regeneratorRuntime.wrap(function _callee$(_context) {
6550 return regeneratorRuntime.wrap(function _callee2$(_context2) {
6764 wrap: function wrap()
7573 return regeneratorRuntime.wrap(function _callee$(_context) {
7643 value: function wrap(stream) {
7644 return this.stream.wrap(stream);
8003 return regeneratorRuntime.wrap(function _callee$(_context) {
8161 return regeneratorRuntime.wrap(function _callee2$(_context2) {
23938 return regeneratorRuntime.wrap(function _callee$(_context) {
24075 return regeneratorRuntime.wrap(function _callee2$(_context2) {
24108 return regeneratorRuntime.wrap(function _callee3$(_context3) {
24139 return regeneratorRuntime.wrap(function _callee4$(_context4) {
24170 return regeneratorRuntime.wrap(function _callee5$(_context5) {
24201 return regeneratorRuntime.wrap(function _callee6$(_context6) {
24254 return regeneratorRuntime.wrap(function _callee7$(_context7) {
24285 return regeneratorRuntime.wrap(function _callee8$(_context8) {
24316 return regeneratorRuntime.wrap(function _callee9$(_context9) {
24346 return regeneratorRuntime.wrap(function _callee10$(_context10) {
24392 return regeneratorRuntime.wrap(function _callee11$(_context11) {
24495 return regeneratorRuntime.wrap(function _callee12$(_context12) {
24831 return regeneratorRuntime.wrap(function _callee14$(_context14) {
24839 return regeneratorRuntime.wrap(function _callee13$(_context13) {
24958 return regeneratorRuntime.wrap(function _callee15$(_context15) {
24987 return regeneratorRuntime.wrap(function _callee16$(_context16) {
25016 return regeneratorRuntime.wrap(function _callee17$(_context17) {
25044 return regeneratorRuntime.wrap(function _callee18$(_context18) {
25078 return regeneratorRuntime.wrap(function _callee19$(_context19) {
25119 return regeneratorRuntime.wrap(function _callee20$(_context20) {
25174 return regeneratorRuntime.wrap(function _callee21$(_context21) {
25203 return regeneratorRuntime.wrap(function _callee22$(_context22) {
25234 return regeneratorRuntime.wrap(function _callee23$(_context23) {
25262 return regeneratorRuntime.wrap(function _callee24$(_context24) {
25373 return regeneratorRuntime.wrap(function _callee25$(_context25) {
25467 return regeneratorRuntime.wrap(function _callee26$(_context26) {
28184 Node.prototype._wrap = function wrap() {
43020 $({ global: true, wrap: true, forced: FORCED }, {
43222 var wrap = function (tag, description) {
43321 return wrap(tag, description);
43329 return wrap(uid(description), description);
43339 return wrap(wellKnownSymbol(name), name);
43356 $({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {
63331 if (strm.state.wrap === 1) {
63333 } else if (strm.state.wrap === 2) {
64372 this.wrap = 0;
64622 if (s.wrap < 0) {
64623 s.wrap = -s.wrap;
64627 s.status = s.wrap ? INIT_STATE : BUSY_STATE;
64628 strm.adler = s.wrap === 2 ? 0 // crc32(0, Z_NULL, 0)
64653 if (strm.state.wrap !== 2) {
64667 var wrap = 1;
64675 wrap = 0;
64678 wrap = 2;
64697 s.wrap = wrap;
64755 if (s.wrap === 2) {
65076 if (s.wrap <= 0) {
65082 if (s.wrap === 2) {
65101 if (s.wrap > 0) {
65102 s.wrap = -s.wrap;
65140 var wrap;
65155 wrap = s.wrap;
65157 if (wrap === 2 || wrap === 1 && s.status !== INIT_STATE || s.lookahead) {
65163 if (wrap === 1) {
65168 s.wrap = 0;
65174 if (wrap === 0) {
65230 s.wrap = wrap;
65962 this.wrap = 0;
66093 if (state.wrap) {
66095 strm.adler = state.wrap & 1;
66131 var wrap;
66143 wrap = 0;
66146 wrap = (windowBits >> 4) + 1;
66165 state.wrap = wrap;
66415 if (state.wrap === 0) {
66432 if (state.wrap & 2 && hold === 0x8b1f) {
66457 if (!(state.wrap & 1) ||
67642 if (state.wrap) {
67685 if (state.wrap && state.flags) {
67762 if (state.wrap && _out) {
67804 if ((state.wrap & 2) === 0) {
67832 if (state.wrap !== 0 && state.mode !== DICT) {
72569 Readable.prototype.wrap = function (stream) {
74560 function wrap(innerFn, outerFn, self, tryLocsList) {
74571 exports.wrap = wrap; // Try/catch helper to minimize deoptimizations. Returns a completion
74748 var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
80004 Readable.prototype.wrap = function (stream) {