Home
last modified time | relevance | path

Searched defs:false (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DarrayDestructuring8.ts17 var [a = [1, "foo"], b] = [[true, false], ["foo", "bar"]]; variable
DarrayDestructuring7.ts17 var [a = [1, "foo"], b] = [[true, false],]; variable
DarrayDestructuring18.ts17 var [...a]: [number, string] | boolean[] | [bigint, void, {}] = [true, false]; variable
DarrayDestructuring19.ts17 var [a, ...b]: [number, string] | boolean[] | [bigint, void, {}] = [true, false]; variable
DarrayDestructuring.ts47 var [var17, var18 = 6, var19]: [number, number | string, boolean[]] = [1, "foo", [true, false]]; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-type-annotation2.ts18 false, enumerator
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DbooleanFilterAnyArray.ts80 let foos = [true, true, false, null].filter((thing): thing is boolean => thing !== null) variable
DdestructuringVariableDeclaration1ES6.ts136 let temp1 = [true, false, true] variable
DdestructuringVariableDeclaration1ES5iterable.ts136 let temp1 = [true, false, true] variable
DdestructuringVariableDeclaration1ES5.ts136 let temp1 = [true, false, true] variable
DpropertyNamesOfReservedWords.ts118 false; property
237 false; variable
394 false, enumerator
DconvertClassExpressionToFunctionFromObjectProperty2.ts123 false: class { constant