Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeGuardNesting.ts82 let bool: boolean = (typeof strOrBool === 'boolean') ? strOrBool : false; variable
DtypeGuardOfFormTypeOfBoolean.ts26 let bool: boolean; variable
DtypeGuardOfFormTypeOfString.ts26 let bool: boolean; variable
DtypeGuardOfFormTypeOfNumber.ts26 let bool: boolean; variable
/arkcompiler/ets_frontend/ts2panda/tests/types/array/
Darray_primitives.ts18 let bool: boolean[]; variable
/arkcompiler/ets_frontend/ts2panda/tests/types/primitives/
Dprimitives_no_type_annotation.ts18 let bool = false; variable
Dprimitives_in_if.ts18 let bool: boolean = false; variable
Dprimitives_only_type_annotation.ts18 let bool: boolean; variable
Dprimitives_in_block.ts18 let bool: boolean = false; variable
Dprimitives_in_for.ts18 let bool: boolean = false; variable
Dprimitives_in_class.ts19 bool: boolean = false; property in A
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.h41 virtual void CountChecksum(bool /* counting */) {} in CountChecksum() argument
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h140 std::string GetMethodFullName(MethodPtr method, bool /* with_signature */) const override in GetMethodFullName() argument