Home
last modified time | relevance | path

Searched defs:und (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/types/union/
Dunion_primitives.ts19 let und: undefined | null = null; variable
/arkcompiler/ets_frontend/ts2panda/tests/types/array/
Darray_primitives.ts22 let und: undefined[]; variable
/arkcompiler/ets_frontend/ts2panda/tests/types/primitives/
Dprimitives_no_type_annotation.ts22 let und = undefined; variable
Dprimitives_in_block.ts22 let und: undefined = undefined; variable
Dprimitives_in_if.ts22 let und: undefined = undefined; variable
Dprimitives_only_type_annotation.ts22 let und: undefined; variable
Dprimitives_in_for.ts22 let und: undefined = undefined; variable
Dprimitives_in_class.ts23 und: undefined = undefined; property in A