Home
last modified time | relevance | path

Searched defs:_b3 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DunusedVariablesWithUnderscoreInBindingElement.ts10 const [_a3, _b3] = [1, 2]; constant
89 const { _a3: _ignoreA3, _b3: _ignoreB3 } = { _a3: 1, _b3: 1 }; constant
/third_party/typescript/tests/baselines/reference/
DunusedVariablesWithUnderscoreInBindingElement.js88 const { _a3: _ignoreA3, _b3: _ignoreB3 } = { _a3: 1, _b3: 1 }; property
135 var _c = { _a3: 1, _b3: 1 }, _ignoreA3 = _c._a3, _ignoreB3 = _c._b3; property