Home
last modified time | relevance | path

Searched defs:false (Results 1 – 20 of 20) 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/ets2panda/test/ast/compiler/ts/
DarrayDestructuring7.ts17 var [a = [1, "foo"], b] = [[true, false],]; variable
DarrayDestructuring8.ts17 var [a = [1, "foo"], b] = [[true, false], ["foo", "bar"]]; 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
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-type-annotation2.ts18 false, enumerator
Dtest-interface-key.ts21 readonly false: boolean; property
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dgetter-setter-name-js.js26 C.prototype.false = 'via set'; method in C
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dregmap.rb19 def initialize(data, direct: false)
Dfunction.rb79 … validate: nil, enable_builder: false, lang: 'PANDA_ASSEMBLY', compile_for_llvm: false, &block)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/
Dvalue_dumper.rb98 def dump(rb_obj, is_self: false)
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dvalidate-recipes21 use constant false => 0; constant
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/IndexOf/
DbuiltinArrayIndexOf.ts146 let specialArray = [null, , false, true, undefined, +0, -0, BigInt(123456), NaN, 5, 5.5] variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Includes/
DbuiltinArrayIncludes.ts162 let specialArray = [null, , false, true, undefined, +0, -0, BigInt(123456), NaN, 5, 5.5] variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DarrayDestructuring.ts47 var [var17, var18 = 6, var19]: [number, number | string, boolean[]] = [1, "foo", [true, false]]; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h825 : ImmOperand(kOpdOffset, static_cast<int64>(val), size, true, isVar, false), in ImmOperand() argument
833 : ImmOperand(kOpdOffset, val, size, true, isVar, false), in ImmOperand() argument