Home
last modified time | relevance | path

Searched defs:_b2 (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DunusedVariablesWithUnderscoreInBindingElement.ts7 const [a2, _b2] = [1, 2]; constant
15 const [a2, _b2] = [1, 2]; constant
23 const [_a2, [[_b2, _c2]], _d2, _e2] = [1, [[2, 3]], 4, 5]; constant
/third_party/rust/crates/tracing/tracing-subscriber/tests/layer_filters/
Dfilter_scopes.rs122 let _b2 = tracing::trace_span!(target: "b", "b/trace").entered(); in filters_interleaved_span_scopes() localVariable
Dtrees.rs136 let _b2 = tracing::trace_span!(target: "b", "b/trace").entered(); in filter_span_scopes() localVariable