Home
last modified time | relevance | path

Searched defs:ab2 (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DnestedExcessPropertyChecking.js14 const ab2: A2 & B2 = {} as C2; // Error constant
49 var ab2 = {}; // Error variable
DunicodeEscapesInJsxtags.js19 let ab2 = <\u{0061}-b></a-b>; // works variable
/third_party/jerryscript/tests/jerry/es2015/
DtypedArray-fill.js98 var ab2 = new ArrayBuffer(4); variable
/third_party/typescript/tests/cases/compiler/
DnestedExcessPropertyChecking.ts15 const ab2: A2 & B2 = {} as C2; // Error constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/types/
Dtypes.ts109 let ab2 = new AB<number, number>(1024); variable
/third_party/node/test/cctest/
Dtest_aliased_buffer.cc88 AliasedBufferBase<NativeT, V8T> ab2(ab); in ReadWriteTest() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterCaseTest.java1251 Edits ab2 = new Edits(), bc2 = new Edits(); in TestMergeEdits() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java1334 Edits ab2 = new Edits(), bc2 = new Edits(); in TestMergeEdits() local
/third_party/icu/icu4c/source/test/intltest/
Dstrcase.cpp1324 Edits ab2, bc2; in TestMergeEdits() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc1364 OS ab2 = absl::nullopt; in TEST() local