Home
last modified time | relevance | path

Searched defs:emptyArray (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/array_literals/
Darray_literal_3.ts25 const emptyArray: any[] = []; constant
/third_party/typescript/tests/baselines/reference/
DimplicitAnyWidenToAny.js6 var emptyArray = []; variable
/third_party/typescript/tests/cases/compiler/
DimplicitAnyWidenToAny.ts6 var emptyArray = []; variable
/third_party/typescript/src/server/
DutilitiesPublic.ts14 export const emptyArray: SortedReadonlyArray<never> = createSortedArray<never>(); constant
/third_party/skia/src/utils/
DSkJSONWriter.h153 bool emptyArray = State::kArrayBegin == fState; in endArray() local
/third_party/skia/m133/src/utils/
DSkJSONWriter.h161 bool emptyArray = State::kArrayBegin == fState; in endArray() local
/third_party/typescript/src/compiler/
Dcore.ts50 export const emptyArray: never[] = [] as never[]; constant
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3047 const emptyArray: SortedReadonlyArray<never>; constant
/third_party/typescript/lib/
Dtsserverlibrary.d.ts3047 const emptyArray: SortedReadonlyArray<never>; constant
DtypingsInstaller.js80 var emptyArray = []; variable
Dtsc.js70 var emptyArray = []; variable