Searched defs:false (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | arrayDestructuring8.ts | 17 var [a = [1, "foo"], b] = [[true, false], ["foo", "bar"]]; variable
|
| D | arrayDestructuring7.ts | 17 var [a = [1, "foo"], b] = [[true, false],]; variable
|
| D | arrayDestructuring18.ts | 17 var [...a]: [number, string] | boolean[] | [bigint, void, {}] = [true, false]; variable
|
| D | arrayDestructuring19.ts | 17 var [a, ...b]: [number, string] | boolean[] | [bigint, void, {}] = [true, false]; variable
|
| D | arrayDestructuring.ts | 47 var [var17, var18 = 6, var19]: [number, number | string, boolean[]] = [1, "foo", [true, false]]; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-type-annotation2.ts | 18 false, enumerator
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | booleanFilterAnyArray.ts | 80 let foos = [true, true, false, null].filter((thing): thing is boolean => thing !== null) variable
|
| D | destructuringVariableDeclaration1ES6.ts | 136 let temp1 = [true, false, true] variable
|
| D | destructuringVariableDeclaration1ES5iterable.ts | 136 let temp1 = [true, false, true] variable
|
| D | destructuringVariableDeclaration1ES5.ts | 136 let temp1 = [true, false, true] variable
|
| D | propertyNamesOfReservedWords.ts | 118 false; property 237 false; variable 394 false, enumerator
|
| D | convertClassExpressionToFunctionFromObjectProperty2.ts | 123 false: class { constant
|