Home
last modified time | relevance | path

Searched refs:_d (Results 1 - 25 of 189) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
H A Des5-asyncFunctionForInStatements.js54 return __generator(this, function (_d) {
55 switch (_d.label) {
58 _a = _d.sent();
63 _d.label = 2;
70 _d.label = 3;
82 return __generator(this, function (_d) {
83 switch (_d.label) {
90 _d.label = 1;
98 _d.sent();
99 _d
[all...]
H A DdestructuringWithLiteralInitializers2.js61 var _b = _a === void 0 ? [] : _a, _c = _b[0], x = _c === void 0 ? 0 : _c, _d = _b[1], y = _d === void 0 ? 'bar' : _d;
64 var _b = _a === void 0 ? [1] : _a, _c = _b[0], x = _c === void 0 ? 0 : _c, _d = _b[1], y = _d === void 0 ? 'bar' : _d;
67 var _b = _a === void 0 ? [1, 'foo'] : _a, _c = _b[0], x = _c === void 0 ? 0 : _c, _d = _b[1], y = _d === void 0 ? 'bar' : _d;
73 var _b = _a === void 0 ? [] : _a, _c = _b[0], x = _c === void 0 ? 0 : _c, _d
[all...]
H A DunusedVariablesWithUnderscoreInForOfLoop.js35 var _d = _c[_i], _a = _d[0], b = _d[1];
48 var _d = _c[_i], _a = _d[0], b = _d[1];
59 var _d = _c[_i][0][0], _a = _d[0], b = _d[1];
H A Des5-asyncFunctionCallExpressions.js171 var _a, _b, _c, _d;
177 _d = [[]];
180 _b.apply(_a, _c.concat([__spreadArray.apply(void 0, [__spreadArray.apply(void 0, _d.concat([(_e.sent()), false])), [z], false])]));
188 var _a, _b, _c, _d;
194 _d = [__spreadArray([], y, false)];
197 _b.apply(_a, _c.concat([__spreadArray.apply(void 0, _d.concat([[_e.sent()], false]))]));
206 return __generator(this, function (_d) {
207 switch (_d.label) {
213 _b.apply(_a, _c.concat([__spreadArray.apply(void 0, [[_d.sent()], z, false])]));
221 var _a, _b, _c, _d;
[all...]
H A Des5-asyncFunctionNewExpressions.js171 var _a, _b, _c, _d;
177 _d = [[void 0]];
180 new (_b.apply(_a, _c.concat([__spreadArray.apply(void 0, [__spreadArray.apply(void 0, _d.concat([(_e.sent()), false])), [z], false])])))();
188 var _a, _b, _c, _d;
194 _d = [__spreadArray([void 0], y, false)];
197 new (_b.apply(_a, _c.concat([__spreadArray.apply(void 0, _d.concat([[_e.sent()], false]))])))();
205 var _a, _b, _c, _d;
211 _d = [void 0];
214 new (_b.apply(_a, _c.concat([__spreadArray.apply(void 0, [_d.concat([_e.sent()]), z, false])])))();
222 var _a, _b, _c, _d;
[all...]
H A DdeclarationEmitDestructuring2.js9 var _b = _a === void 0 ? { x: 10, y: [2, 4, 6, 8] } : _a, _c = _b.x, x = _c === void 0 ? 10 : _c, _d = _b.y, _e = _d === void 0 ? [1, 2, 3, 4] : _d, a = _e[0], b = _e[1], c = _e[2], d = _e[3];
15 var a = _a[0], b = _a[1][0], c = _a[2][0][0], _b = _a[3], _c = _b.x, x = _c === void 0 ? 10 : _c, _d = _b.y, a = _d[0], b = _d[1], c = _d[2], _e = _b.z, a1 = _e.a1, b1 = _e.b1;
18 var a = _a[0], b = _a[1][0], c = _a[2][0][0], _b = _a[3], _c = _b.x, x = _c === void 0 ? 10 : _c, _d = _b.y, y = _d === void 0 ? [1, 2, 3] : _d, _
[all...]
H A Demitter.forAwait(target=es2017).js65 for (var _d = true, y_1 = __asyncValues(y), y_1_1; y_1_1 = await y_1.next(), _a = y_1_1.done, !_a;) {
67 _d = false;
72 _d = true;
79 if (!_d && !_a && (_b = y_1.return)) await _b.call(y_1);
96 for (var _d = true, y_1 = __asyncValues(y), y_1_1; y_1_1 = await y_1.next(), _a = y_1_1.done, !_a;) {
98 _d = false;
103 _d = true;
110 if (!_d && !_a && (_b = y_1.return)) await _b.call(y_1);
140 for (var _d = true, y_1 = __asyncValues(y), y_1_1; y_1_1 = yield __await(y_1.next()), _a = y_1_1.done, !_a;) {
142 _d
[all...]
H A DdeclarationsAndAssignments.js195 var _d = [0, 1, 2], x = _d[2];
260 var _d = [10, "hello"], a = _d[0], b = _d[1];
265 var _a = [1, ["hello", { x: 5, y: true }]], a = _a[0], _b = _a[1], _c = _b === void 0 ? ["abc", { x: 10, y: false }] : _b, b = _c[0], _d = _c[1], x = _d.x, c = _d.y;
276 var _b = _a[0], a = _b === void 0 ? 1 : _b, _c = _a[1], _d = _c[0], b = _d
[all...]
H A DemptyVariableDeclarationBindingPatterns01_ES5.js57 var _d = a; variable
71 var _d = _c === void 0 ? a : _c, _e = _d.p, _f = _e === void 0 ? a : _e, _g = _f;
75 var _d = _c === void 0 ? a : _c, _e = _d.p, _f = _e === void 0 ? a : _e, _g = _f;
88 for (var _d = 0, ns_3 = ns; _d < ns_3.length; _d++) {
89 var _e = ns_3[_d];
H A Des5-asyncFunctionBinaryExpressions.js412 return __generator(this, function (_d) {
413 switch (_d.label) {
420 _a[_b] = _c + _d.sent();
485 return __generator(this, function (_d) {
486 switch (_d.label) {
489 _a = (_d.sent());
494 _a[_b] = _c + _d.sent();
503 return __generator(this, function (_d) {
504 switch (_d.label) {
509 _b = _d
[all...]
H A DblockScopedBindingsInDownlevelGenerator.js51 return __generator(this, function (_d) {
52 switch (_d.label) {
66 _d.label = 1;
68 _d.trys.push([1, 6, 7, 8]);
70 _d.label = 2;
76 _d.sent();
77 _d.label = 4;
83 e_1_1 = _d.sent();
H A DdestructuringWithLiteralInitializers.js104 var _b = _a === void 0 ? {} : _a, _c = _b.x, x = _c === void 0 ? 0 : _c, _d = _b.y, y = _d === void 0 ? 0 : _d;
113 var _b = _a === void 0 ? { a: {} } : _a, _c = _b.a, _d = _c.x, x = _d === void 0 ? 0 : _d, _e = _c.y, y = _e === void 0 ? 0 : _e;
144 var _b = _a === void 0 ? [] : _a, _c = _b[0], x = _c === void 0 ? 0 : _c, _d = _b[1], y = _d === void 0 ? 0 : _d;
H A DoptionalParameterInDestructuringWithInitializer.js85 var _b = _a === void 0 ? { a: { b: 1, c: 2 }, d: 3 } : _a, _c = _b.a, b = _c.b, _d = _c.c, c = _d === void 0 ? 4 : _d, d = _b.d;
90 var _b = _a === void 0 ? { a: { b: 1, c: 2 }, d: 3 } : _a, _c = _b.a, _d = _c === void 0 ? { b: 4, c: 5 } : _c, b = _d.b, c = _d.c, d = _b.d;
95 var _b = _a === void 0 ? { a: { b: 1, c: 2 }, d: 3 } : _a, _c = _b.a, _d = _c === void 0 ? { b: 4, c: 5 } : _c, b = _d.b, _e = _d.c, c = _e === void 0 ? 6 : _e, d = _b.d;
H A Demitter.forAwait(target=es2015).js75 for (var _d = true, y_1 = __asyncValues(y), y_1_1; y_1_1 = yield y_1.next(), _a = y_1_1.done, !_a;) {
77 _d = false;
82 _d = true;
89 if (!_d && !_a && (_b = y_1.return)) yield _b.call(y_1);
117 for (var _d = true, y_1 = __asyncValues(y), y_1_1; y_1_1 = yield y_1.next(), _a = y_1_1.done, !_a;) {
119 _d = false;
124 _d = true;
131 if (!_d && !_a && (_b = y_1.return)) yield _b.call(y_1);
162 for (var _d = true, y_1 = __asyncValues(y), y_1_1; y_1_1 = yield __await(y_1.next()), _a = y_1_1.done, !_a;) {
164 _d
[all...]
H A DdestructuringArrayBindingPatternAndAssignment3.js16 var _c = [1], c = _c[0], _d = _c[1], d = _d === void 0 ? c : _d, _e = _c[2], e = _e === void 0 ? e : _e; // error for e = e
25 var f = _a[0], _b = _a[1], g = _b === void 0 ? f : _b, _c = _a[2], h = _c === void 0 ? i : _c, _d = _a[3], i = _d === void 0 ? f : _d;
H A DES5For-of37.js33 for (var _c = __values([0, 1, 2, 3, 4]), _d = _c.next(); !_d.done; _d = _c.next()) {
34 var i = _d.value;
62 if (_d && !_d.done && (_a = _c["return"])) _a.call(_c);
H A DmissingAndExcessProperties.js42 var _d = {}, x = _d.x, _e = _d.y, y = _e === void 0 ? 1 : _e;
47 var _a, _b, _c, _d, _e, _f, _g, _h;
51 (_d = {}, x = _d.x, _e = _d.y, y = _e === void 0 ? 1 : _e);
H A DnoImplicitAnyDestructuringParameterDeclaration.js20 var _d = _b.b, b = _d === void 0 ? null : _d;
33 var _d = _b === void 0 ? { b1: null } : _b, b1 = _d.b1;
H A DduplicateObjectLiteralProperty_computedName.js39 var _a, _b, _c, _d, _e, _f, _g;
58 var t4 = (_d = {
61 _d[+1] = 0 // two different keys, "+1", "1"
63 _d);
H A DnullishCoalescingOperator3.js15 var _a, _b, _c, _d, _e;
16 var aa1 = (_e = (_d = (_c = (_b = (_a = a1 !== null && a1 !== void 0 ? a1 : a2) !== null && _a !== void 0 ? _a : a3) !== null && _b !== void 0 ? _b : a4) !== null && _c !== void 0 ? _c : a5) !== null && _d !== void 0 ? _d : a6) !== null && _e !== void 0 ? _e : 'whatever';
H A DnullishCoalescingOperator8.js12 var _a, _b, _c, _d, _e;
15 var n3 = (_e = (_d = (_c = a.m()) !== null && _c !== void 0 ? _c : b.p) !== null && _d !== void 0 ? _d : b.m()) !== null && _e !== void 0 ? _e : "default";
H A DsourceMapValidationDestructuringParameterNestedObjectBindingPatternDefaultValues.js50 var _b = _a === void 0 ? robotA : _a, _c = _b.skills, _d = _c === void 0 ? { primary: "SomeSkill", secondary: "someSkill" } : _c, _e = _d.primary, primaryA = _e === void 0 ? "primary" : _e, _f = _d.secondary, secondaryA = _f === void 0 ? "secondary" : _f;
54 var _b = _a === void 0 ? robotA : _a, _c = _b.name, nameC = _c === void 0 ? "name" : _c, _d = _b.skills, _e = _d === void 0 ? { primary: "SomeSkill", secondary: "someSkill" } : _d, _f = _e.primary, primaryB = _f === void 0 ? "primary" : _f, _g = _e.secondary, secondaryB = _g === void 0 ? "secondary" : _g;
H A DobjectLiteralEnumPropertyNames.js57 var _a, _b, _c, _d, _e, _f, _g, _h, _j;
78 var z = (_d = {},
79 _d[a] = 'zo',
80 _d[b] = 'ze',
81 _d);
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c391 * -- and _d = sum((X - Xavg)²);
426 long double _d[3]; in parse_measure() local
449 _d[0] = 0.0; in parse_measure()
450 _d[1] = 0.0; in parse_measure()
451 _d[2] = 0.0; in parse_measure()
532 * -> "a" factor for linear (0), power (1) and exponential (2) approximations -- with using the _d and _q vars. in parse_measure()
542 _d[0] += Table[r]._x * Table[r]._x; in parse_measure()
545 _d[1] += Table[r]._lnx * Table[r]._lnx; in parse_measure()
548 _d[2] += Table[r]._x * Table[r]._x; in parse_measure()
551 /* First pass is terminated; a2 = _q[0]/_d[ in parse_measure()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c439 * -- and _d = sum((X - Xavg)²);
474 long double _d[3][NSCENAR]; in parse_measure() local
497 _d[0][i] = 0.0; in parse_measure()
498 _d[1][i] = 0.0; in parse_measure()
499 _d[2][i] = 0.0; in parse_measure()
580 * -> "a" factor for linear (0), power (1) and exponential (2) approximations -- with using the _d and _q vars. in parse_measure()
592 _d[0][i] += Table[r]._x[i] * Table[r]._x[i]; in parse_measure()
595 _d[1][i] += Table[r]._lnx[i] * Table[r]._lnx[i]; in parse_measure()
598 _d[2][i] += Table[r]._x[i] * Table[r]._x[i]; in parse_measure()
602 /* First pass is terminated; a2 = _q[0]/_d[ in parse_measure()
[all...]

Completed in 10 milliseconds

12345678