/third_party/typescript/tests/baselines/reference/ |
D | destructuringArrayBindingPatternAndAssignment1ES5iterable.js | 73 var __read = (this && this.__read) || function (o, n) { 98 var _a = __read(undefined, 2), a0 = _a[0], a1 = _a[1]; 99 var _b = __read(undefined, 2), _c = _b[0], a2 = _c === void 0 ? false : _c, _d = _b[1], a3 = _d ===… 103 var _e = __read([2, 3, 4], 3), b0 = _e[0], b1 = _e[1], b2 = _e[2]; 104 var _f = __read([1, 2, "string"], 3), b3 = _f[0], b4 = _f[1], b5 = _f[2]; 108 var _g = __read(foo(), 2), b6 = _g[0], b7 = _g[1]; 109 var _h = __read(foo()), b8 = _h.slice(0); 112 var _j = __read(__spreadArray([], __read(temp)), 2), c0 = _j[0], c1 = _j[1]; 113 var _k = __read([], 1), c2 = _k[0]; 114 …__read([[[]], [[[[]]]]], 2), _m = __read(_l[0], 1), _o = __read(_m[0], 1), c3 = _o[0], _p = __read… [all …]
|
D | arrayLiteralSpreadES5iterable.js | 27 var __read = (this && this.__read) || function (o, n) { 50 var a1 = __spreadArray([], __read(a)); 51 var a2 = __spreadArray([1], __read(a)); 52 var a3 = __spreadArray([1, 2], __read(a)); 53 var a4 = __spreadArray(__spreadArray([], __read(a)), [1]); 54 var a5 = __spreadArray(__spreadArray([], __read(a)), [1, 2]); 55 var a6 = __spreadArray(__spreadArray([1, 2], __read(a)), [1, 2]); 56 var a7 = __spreadArray(__spreadArray(__spreadArray([1], __read(a)), [2]), __read(a)); 57 var a8 = __spreadArray(__spreadArray(__spreadArray([], __read(a)), __read(a)), __read(a)); 61 var b = __spreadArray(__spreadArray(["hello"], __read(a)), [true]);
|
D | destructuringVariableDeclaration1ES5iterable.js | 45 var __read = (this && this.__read) || function (o, n) { 69 var _b = __read([1, [["hello"]], true], 3), a3 = _b[0], _c = __read(_b[1], 1), _d = __read(_c[0], 1… 74 var _g = __read([3, false, { t1: false, t2: "hello" }], 3), _h = _g[0], b2 = _h === void 0 ? 3 : _h… 75 var _l = __read([undefined, undefined, undefined], 3), _m = _l[0], b5 = _m === void 0 ? 3 : _m, _o … 79 var _q = __read([1, 2, 3]), c1 = _q.slice(0); 80 var _r = __read([1, 2, 3, "string"]), c2 = _r.slice(0); 85 var _s = __read([1, "string"], 2), d1 = _s[0], d2 = _s[1]; 90 var _t = __read(__spreadArray([1, "string"], __read(temp1)), 2), d3 = _t[0], d4 = _t[1]; 92 var _u = __read({ e: [1, 2, { b1: 4, b4: 0 }] }.e, 3), e1 = _u[0], e2 = _u[1], _v = _u[2], e3 = _v … 93 var _w = __read({ f: [1, 2, { f3: 4, f5: 0 }] }.f, 4), f1 = _w[0], f2 = _w[1], _x = _w[2], f4 = _x.…
|
D | destructuringParameterDeclaration1ES5iterable.js | 104 var __read = (this && this.__read) || function (o, n) { 122 …var _b = __read(_a, 3), a = _b[0], b = _b[1], _c = __read(_b[2], 1), _d = __read(_c[0], 1), c = _d… 126 …var j = _a.j, k = _a.k, _b = _a.l, m = _b.m, n = _b.n, _c = __read(_a.q, 3), a = _c[0], b = _c[1],… 149 …var _b = _a === void 0 ? [undefined, null, undefined] : _a, _c = __read(_b, 3), a = _c[0], z = _c[… 152 …ned, undefined]]] : _a, _c = __read(_b, 3), _d = __read(_c[0], 1), a = _d[0], b = _c[1], _e = __re… 177 …var _b = __read(_a, 3), a = _b[0], b = _b[1], _c = __read(_b[2], 1), _d = __read(_c[0], 1), c = _d… 180 …var _b = __read(_a, 3), a = _b[0], b = _b[1], _c = __read(_b[2], 1), _d = __read(_c[0], 1), _e = _… 203 var _b = __read(_a, 3), a = _b[0], b = _b[1], c = _b[2]; 211 var _b = __read(_a, 3), a = _b[0], b = _b[1], c = _b[2]; 217 var _b = __read(_a, 3), a = _b[0], b = _b[1], c = _b[2]; [all …]
|
D | emptyVariableDeclarationBindingPatterns01_ES5iterable.js | 52 var __read = (this && this.__read) || function (o, n) { 84 var _d = __read(a, 0); 85 var _e = __read(a, 0); 86 var _f = __read(a, 0); 87 var _g = a, _h = __read(a, 0); 88 var _j = a, _k = __read(a, 0); 89 var _l = a, _m = __read(a, 0); 90 var _o = a.p1, _p = __read(a.p2, 0); 91 var _q = a.p1, _r = __read(a.p2, 0); 92 var _s = a.p1, _t = __read(a.p2, 0); [all …]
|
D | destructuringParameterDeclaration3ES5iterable.js | 51 var __read = (this && this.__read) || function (o, n) { 103 …var _b = __read(_a, 3), a = _b[0], b = _b[1], _c = __read(_b[2], 1), _d = __read(_c[0], 1), c = _d… 106 …var _b = __read(_a), a = _b[0], b = _b[1], _c = __read(_b[2], 1), _d = __read(_c[0], 1), c = _d[0]… 109 var _b = __read(_a), a = _b[0], b = _b[1], c = _b[2], x = _b.slice(3); 113 a2(__spreadArray([], __read(array))); 114 a1.apply(void 0, __spreadArray([], __read(array)));
|
D | emptyVariableDeclarationBindingPatterns02_ES5iterable.js | 13 var __read = (this && this.__read) || function (o, n) { 33 var _d = __read(void 0, 0); 34 var _e = __read(void 0, 0); 35 var _f = __read(void 0, 0);
|
D | destructuringArrayBindingPatternAndAssignment4.js | 12 var __read = (this && this.__read) || function (o, n) { 28 var _a = __read(data, 1), value = _a[0]; // Error
|
D | emptyAssignmentPatterns04_ES5iterable.js | 9 var __read = (this && this.__read) || function (o, n) { 29 (_a = __read(a, 3), a1 = _a[0], a2 = _a[1], a3 = _a[2]);
|
D | destructuringParameterDeclaration7ES5iterable.js | 17 var __read = (this && this.__read) || function (o, n) { 41 var _c = __read(_b, 3), a = _c[0], b = _c[1], c = _c[2];
|
D | emptyAssignmentPatterns02_ES5iterable.js | 9 var __read = (this && this.__read) || function (o, n) { 29 (_a = __read(a, 3), a1 = _a[0], a2 = _a[1], a3 = _a[2]);
|
D | ES5For-of36.js | 19 var __read = (this && this.__read) || function (o, n) { 38 …var _d = __read(_c.value, 2), _e = _d[0], a = _e === void 0 ? 0 : _e, _f = _d[1], b = _f === void …
|
D | ES5For-of36.sourcemap.txt | 22 >>>var __read = (this && this.__read) || function (o, n) { 82 >>> var _d = __read(_c.value, 2), _e = _d[0], a = _e === void 0 ? 0 : _e, _f = _d[1], b = _f…
|
/third_party/typescript/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/ |
D | multiple-emitHelpers-in-all-projects.js | 27 var __read = (this && this.__read) || function (o, n) { 67 libfile0Spread.apply(void 0, __spreadArray([10], __read(libfile0_ar))); 99 appfile4Spread.apply(void 0, __spreadArray([10], __read(appfile4_ar))); 116 >>>var __read = (this && this.__read) || function (o, n) { 262 >>>libfile0Spread.apply(void 0, __spreadArray([10], __read(libfile0_ar))); 635 >>>appfile4Spread.apply(void 0, __spreadArray([10], __read(appfile4_ar))); 747 var __read = (this && this.__read) || function (o, n) { 795 libfile0Spread.apply(void 0, __spreadArray([10], __read(libfile0_ar))); 830 appfile4Spread.apply(void 0, __spreadArray([10], __read(appfile4_ar))); 865 var __read = (this && this.__read) || function (o, n) { [all …]
|
/third_party/typescript/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/ |
D | multiple-emitHelpers-in-all-projects.js | 29 var __read = (this && this.__read) || function (o, n) { 69 libfile0Spread.apply(void 0, __spreadArray([10], __read(libfile0_ar))); 104 appfile4Spread.apply(void 0, __spreadArray([10], __read(appfile4_ar))); 121 >>>var __read = (this && this.__read) || function (o, n) { 267 >>>libfile0Spread.apply(void 0, __spreadArray([10], __read(libfile0_ar))); 749 >>>appfile4Spread.apply(void 0, __spreadArray([10], __read(appfile4_ar))); 861 var __read = (this && this.__read) || function (o, n) { 909 libfile0Spread.apply(void 0, __spreadArray([10], __read(libfile0_ar))); 947 appfile4Spread.apply(void 0, __spreadArray([10], __read(appfile4_ar))); 982 var __read = (this && this.__read) || function (o, n) { [all …]
|
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/ |
D | multiple-emitHelpers-in-all-projects.js | 57 var __read = (this && this.__read) || function (o, n) { 95 firstfirst_part3Spread.apply(void 0, __spreadArray([10], __read(firstfirst_part3_ar))); 123 >>>var __read = (this && this.__read) || function (o, n) { 496 >>>firstfirst_part3Spread.apply(void 0, __spreadArray([10], __read(firstfirst_part3_ar))); 596 var __read = (this && this.__read) || function (o, n) { 638 firstfirst_part3Spread.apply(void 0, __spreadArray([10], __read(firstfirst_part3_ar))); 671 var __read = (this && this.__read) || function (o, n) { 709 firstfirst_part3Spread.apply(void 0, __spreadArray([10], __read(firstfirst_part3_ar))); 735 secondsecond_part2Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part2_ar))); 748 thirdthird_part1Spread.apply(void 0, __spreadArray([10], __read(thirdthird_part1_ar))); [all …]
|
D | multiple-emitHelpers-in-different-projects.js | 455 var __read = (this && this.__read) || function (o, n) { 500 secondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar))); 541 >>>var __read = (this && this.__read) || function (o, n) { 1054 >>>secondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar))); 1462 var __read = (this && this.__read) || function (o, n) { 1518 secondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar)));
|
/third_party/typescript/tests/baselines/reference/tsbuild/amdModulesWithOut/initial-build/ |
D | multiple-emitHelpers-in-all-projects.js | 394 var __read = (this && this.__read) || function (o, n) { 434 libfile0Spread.apply(void 0, __spreadArray([10], __read(libfile0_ar))); 468 appfile4Spread.apply(void 0, __spreadArray([10], __read(appfile4_ar))); 485 >>>var __read = (this && this.__read) || function (o, n) { 631 >>>libfile0Spread.apply(void 0, __spreadArray([10], __read(libfile0_ar))); 1086 >>>appfile4Spread.apply(void 0, __spreadArray([10], __read(appfile4_ar))); 1198 var __read = (this && this.__read) || function (o, n) { 1246 libfile0Spread.apply(void 0, __spreadArray([10], __read(libfile0_ar))); 1283 appfile4Spread.apply(void 0, __spreadArray([10], __read(appfile4_ar))); 1499 var __read = (this && this.__read) || function (o, n) { [all …]
|
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/ |
D | multiple-emitHelpers-in-all-projects.js | 243 var __read = (this && this.__read) || function (o, n) { 278 firstfirst_part3Spread.apply(void 0, __spreadArray([10], __read(firstfirst_part3_ar))); 295 >>>var __read = (this && this.__read) || function (o, n) { 558 >>>firstfirst_part3Spread.apply(void 0, __spreadArray([10], __read(firstfirst_part3_ar))); 638 var __read = (this && this.__read) || function (o, n) { 677 firstfirst_part3Spread.apply(void 0, __spreadArray([10], __read(firstfirst_part3_ar))); 1152 var __read = (this && this.__read) || function (o, n) { 1198 firstfirst_part3Spread.apply(void 0, __spreadArray([10], __read(firstfirst_part3_ar))); 1224 secondsecond_part2Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part2_ar))); 1237 thirdthird_part1Spread.apply(void 0, __spreadArray([10], __read(thirdthird_part1_ar))); [all …]
|
D | multiple-emitHelpers-in-different-projects.js | 760 var __read = (this && this.__read) || function (o, n) { 813 secondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar))); 843 >>>var __read = (this && this.__read) || function (o, n) { 1257 >>>secondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar))); 1652 var __read = (this && this.__read) || function (o, n) { 1718 secondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar)));
|
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/initial-build/ |
D | multiple-emitHelpers-in-all-projects.js | 366 var __read = (this && this.__read) || function (o, n) { 412 secondsecond_part2Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part2_ar))); 440 >>>var __read = (this && this.__read) || function (o, n) { 897 >>>secondsecond_part2Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part2_ar))); 996 var __read = (this && this.__read) || function (o, n) { 1046 secondsecond_part2Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part2_ar))); 1295 var __read = (this && this.__read) || function (o, n) { 1332 firstfirst_part3Spread.apply(void 0, __spreadArray([10], __read(firstfirst_part3_ar))); 1360 >>>var __read = (this && this.__read) || function (o, n) { 1706 >>>firstfirst_part3Spread.apply(void 0, __spreadArray([10], __read(firstfirst_part3_ar))); [all …]
|
D | multiple-emitHelpers-in-different-projects.js | 327 var __read = (this && this.__read) || function (o, n) { 362 secondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar))); 387 >>>var __read = (this && this.__read) || function (o, n) { 637 >>>secondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar))); 822 var __read = (this && this.__read) || function (o, n) { 861 secondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar))); 1790 var __read = (this && this.__read) || function (o, n) { 1834 secondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar))); 1875 >>>var __read = (this && this.__read) || function (o, n) { 2361 >>>secondsecond_part1Spread.apply(void 0, __spreadArray([10], __read(secondsecond_part1_ar))); [all …]
|
/third_party/python/Lib/ |
D | tarfile.py | 477 if self.__read(2) != b"\037\213": 479 if self.__read(1) != b"\010": 482 flag = ord(self.__read(1)) 483 self.__read(6) 486 xlen = ord(self.__read(1)) + 256 * ord(self.__read(1)) 490 s = self.__read(1) 495 s = self.__read(1) 499 self.__read(2) 530 return self.__read(size) 553 def __read(self, size): member in _Stream
|
/third_party/boost/tools/build/test/ |
D | BoostBuild.py | 363 self.write(dst, self.__read(src, binary=True)) 549 def __read(self, name, binary=False): member in Tester 567 return self.__read(name, binary=binary)
|
/third_party/gettext/gettext-runtime/intl/ |
D | ChangeLog.0 | 5171 __fstat, __open, __close, __read, __mmap, and __munmap resp
|