/third_party/typescript/tests/baselines/reference/ |
D | unusedVariablesWithUnderscoreInForOfLoop.js | 42 for (var _h = 0, _j = [['key', 1]]; _h < _j.length; _h++) { 43 var _k = _j[_h], _a = _k[0], _b = _k[1]; 53 for (var _h = 0, _j = [['key', 1]]; _h < _j.length; _h++) { 54 var _k = _j[_h], a = _k[0], b = _k[1]; 64 for (var _h = 0, _j = [[[['key', 1]]]]; _h < _j.length; _h++) { 65 var _k = _j[_h][0][0], a = _k[0], b = _k[1];
|
D | missingAndExcessProperties.js | 43 var _f = {}, _g = _f.x, x = _g === void 0 ? 1 : _g, _h = _f.y, y = _h === void 0 ? 1 : _h; 47 var _a, _b, _c, _d, _e, _f, _g, _h; 52 (_f = {}, _g = _f.x, x = _g === void 0 ? 1 : _g, _h = _f.y, y = _h === void 0 ? 1 : _h);
|
D | objectLiteralEnumPropertyNames.js | 57 var _a, _b, _c, _d, _e, _f, _g, _h, _j; variable 101 var m = (_h = {}, 102 _h[an] = 5, 103 _h[bn] = 6, 104 _h);
|
D | emptyVariableDeclarationBindingPatterns01_ES5.js | 60 var _g = a, _h = a; 94 for (var _h = 0, ns_5 = ns; _h < ns_5.length; _h++) { 95 var _j = ns_5[_h];
|
D | destructuringAssignmentWithDefault2.js | 29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k; variable 45 (_g = r.next(), _h = _g.done, done = _h === void 0 ? false : _h, value = _g.value);
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS3.js | 16 var _a, _b, _c, _d, _e, _f, _g, _h; variable 28 (_g = object)[_h = 0] = Math.pow(_g[_h], Math.pow(object[0], 2));
|
D | awaitAndYieldInProperty.js | 22 var _a, _b, _c, _d, _e, _f, _g, _h, _j; 41 _h = yield 3, 43 _j[_h] = yield 4,
|
D | elementAccessChain.js | 35 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; variable 43 (_h = (_g = o5.b) === null || _g === void 0 ? void 0 : _g.call(o5)["c"].d) === null || _h === void …
|
D | externalModuleImmutableBindings.js | 97 for (var _h = 0, _j = []; _h < _j.length; _h++) { 98 (stuff.x) = _j[_h];
|
D | callChain.js | 55 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o; variable 75 (_h = o3.b) === null || _h === void 0 ? void 0 : _h.call.apply(_h, __spreadArray(__spreadArray([o3,…
|
D | privateNameStaticFieldUnaryMutation.js | 47 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y; 51 …__classPrivateFieldSet(_h = C, _a, (_j = __classPrivateFieldGet(_h, _a, "f", _C_test), --_j), "f",… 60 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y; 64 …__classPrivateFieldSet(_h = this.getClass(), _a, (_j = __classPrivateFieldGet(_h, _a, "f", _C_test…
|
D | deleteChain.js | 29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable 38 ((_h = (_g = o4.b) === null || _g === void 0 ? void 0 : _g.c.d) === null || _h === void 0 ? true : …
|
D | privateNameFieldUnaryMutation.js | 69 …var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z; 76 … b = (__classPrivateFieldSet(this, _C_test, (_h = __classPrivateFieldGet(this, _C_test, "f"), _g =… 93 …var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z… 97 …PrivateFieldSet(_g = this.getInstance(), _C_test, (_h = __classPrivateFieldGet(_g, _C_test, "f"), …
|
D | sourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues2.js | 26 var _h = ["roomba", ["vacuum", "mopping"]][0], nameMC = _h === void 0 ? "noName" : _h; variable
|
D | sourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues.js | 29 var _g = [3, "edging", "Trimming edges"], _h = _g[0], numberC = _h === void 0 ? -1 : _h, _j = _g[1]… variable
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS2.js | 15 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable 23 (_g = foo())[_h = 0] = Math.pow(_g[_h], (_e = foo())[_f = 0] = Math.pow(_e[_f], 2));
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS4.js | 18 var _a, _b, _c, _d, _e, _f, _g, _h; variable 28 (_g = array1)[_h = incrementIdx(array1.length)] = Math.pow(_g[_h], Math.pow(array1[incrementIdx(arr…
|
D | staticFieldWithInterfaceContext.js | 30 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; 87 var c6 = [(_h = /** @class */ (function () { 92 _h.x = { a: "a" }, 93 _h)][0];
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.js | 19 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p; variable 28 (_g = array2)[_h = ++i2] = Math.pow(_g[_h], Math.pow(array2[++i2], 2));
|
D | destructuringVariableDeclaration2.js | 34 var _g = [1, 2, { c3: 4, c5: 0 }], c1 = _g[0], c2 = _g[1], _h = _g[2], c4 = _h.c3, c5 = _h.c5, c6 =… variable
|
D | emitCompoundExponentiationAssignmentWithPropertyAccessingOnLHS1.js | 15 var _a, _b, _c, _d, _e, _f, _g, _h; variable 26 var result2 = (_h = foo()).prop = Math.pow(_h.prop, Math.pow(foo().prop, 2));
|
D | sourceMapValidationDestructuringVariableStatementArrayBindingPattern3.js | 60 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o; variable 85 _h = getMultiRobotB(), nameMB = _h[0], _j = _h[1], primarySkillB = _j[0], secondarySkillB = _j[1];
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-fault-injection.h | 232 #define lws_fi_user_ss_fi(_h, _name) _lws_fi_user_ss_fi(_h, _name) argument 233 #define lws_fi_user_sspc_fi(_h, _name) _lws_fi_user_sspc_fi(_h, _name) argument 248 #define lws_fi_user_ss_fi(_h, _name) (0) argument 249 #define lws_fi_user_sspc_fi(_h, _name) (0) argument
|
D | lws-secure-streams-client.h | 82 #define lwsl_sspc(_h, _fil, ...) \ argument 83 _lws_log_cx(lwsl_sspc_get_cx(_h), lws_log_prepend_sspc, _h, \ 86 #define lwsl_hexdump_sspc(_h, _fil, _buf, _len) \ argument 87 lwsl_hexdump_level_cx(lwsl_sspc_get_cx(_h), \ 89 _h, _fil, _buf, _len)
|
/third_party/lwip/src/apps/http/makefsdata/ |
D | tinydir.h | 204 HANDLE _h; member 277 dir->_h = INVALID_HANDLE_VALUE; in tinydir_open() 298 dir->_h = FindFirstFileEx(path_buf, FindExInfoStandard, &dir->_f, FindExSearchNameMatch, NULL, 0); in tinydir_open() 300 dir->_h = FindFirstFile(path_buf, &dir->_f); in tinydir_open() 302 if (dir->_h == INVALID_HANDLE_VALUE) in tinydir_open() 418 if (dir->_h != INVALID_HANDLE_VALUE) in tinydir_open() 420 FindClose(dir->_h); in tinydir_open() 422 dir->_h = INVALID_HANDLE_VALUE; in tinydir_open() 452 if (FindNextFile(dir->_h, &dir->_f) == 0) in tinydir_open() 493 if (dir->_h == INVALID_HANDLE_VALUE) in tinydir_open()
|