Home
last modified time | relevance | path

Searched defs:null (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnullIsSubtypeOfEverythingButUndefined.ts136 let r6 = true ? null : { foo: 1 }; variable
152 let r7 = true ? null : () => { }; variable
169 let r8b = true ? null : <T>(x: T) => { variable
190 let r9 = true ? null : i1; variable
208 let r10 = true ? null : c1; variable
226 let r12 = true ? null : c2; variable
241 let r13 = true ? null : E; variable
255 let r14 = true ? null : E.A; variable
277 let r15 = true ? null : af; variable
299 let r16 = true ? null : ac; variable
[all …]
DwidenedTypes1.ts42 let f = [null, null]; variable
DdestructuringVariableDeclaration1ES5.ts196 let {g: {g1 = [undefined, null]}}: { g: { g1: any[] } } = { g: { g1: [1, 2] } }; variable
212 let {h: {h1 = [undefined, null]}}: { h: { h1: number[] } } = { h: { h1: [1, 2] } }; variable
DdestructuringVariableDeclaration1ES6.ts196 let {g: {g1 = [undefined, null]}}: { g: { g1: any[] } } = { g: { g1: [1, 2] } }; variable
212 let {h: {h1 = [undefined, null]}}: { h: { h1: number[] } } = { h: { h1: [1, 2] } }; variable
DdestructuringVariableDeclaration1ES5iterable.ts196 let {g: {g1 = [undefined, null]}}: { g: { g1: any[] } } = { g: { g1: [1, 2] } }; variable
212 let {h: {h1 = [undefined, null]}}: { h: { h1: number[] } } = { h: { h1: [1, 2] } }; variable
DarrayLiteralsWithRecursiveGenerics.ts57 let zs = [list, null]; // List<number>[] variable
DinstanceofOperatorWithRHSIsSubtypeOfFunction.ts62 let r5 = x instanceof null; variable
DbooleanFilterAnyArray.ts80 let foos = [true, true, false, null].filter((thing): thing is boolean => thing !== null) variable
DtransformsElideNullUndefinedType.ts111 return null; variable
124 return null; variable
DmoduleVisibilityTest1.ts124 let cprime : M.I = <M.I>null; variable
DconvertClassExpressionToFunctionFromObjectProperty2.ts176 null: class { constant
DpropertyNamesOfReservedWords.ts137 null; property
413 null, enumerator
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/aliasUsageInOrExpression/
DaliasUsageInOrExpression_main.ts47 let e: { x: IHasVisualizationModel } = <{ x: IHasVisualizationModel }>null || { x: moduleA }; variable
58 let f: { x: IHasVisualizationModel } = <{ x: IHasVisualizationModel }>null ? { x: moduleA } : null; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp78 ArenaString null("null", allocator->Adapter()); in InstId() local
87 ArenaString null("null", allocator->Adapter()); in BBId() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …=typeof Map;function o(){this._array=[],this._set=a?new Map:Object.create(null)}o.fromArray=functi… property