| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 89 ### Primitive types 91 #### Integral types 99 #### Floating point types 101 #### Arrays 105 #### Objects/Records
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 108 void PGOTypeInfer::CheckAndInsert(CollectedType &types, GateType type) in CheckAndInsert() 132 void PGOTypeInfer::CollectGateType(CollectedType &types, GateType tsType, PGORWOpType pgoTypes) in CollectGateType() 157 void PGOTypeInfer::UpdateType(CollectedType &types, JSTaggedValue prop) in UpdateType() 166 void PGOTypeInfer::InferTypeForClass(ChunkSet<GateType> &types, JSTaggedValue prop) in InferTypeForClass() 175 void PGOTypeInfer::EliminateSubclassTypes(ChunkSet<GateType> &types) in EliminateSubclassTypes() 206 void PGOTypeInfer::ComputeCommonSuperClassTypes(ChunkSet<GateType> &types, JSTaggedValue prop) in ComputeCommonSuperClassTypes() 334 CollectedType types(chunk_); in UpdateTypeForRWOp() local
|
| D | pgo_type_infer.h | 57 inline bool IsMonoTypes(const ChunkSet<GateType> &types) const in IsMonoTypes() 62 inline bool NoNeedUpdate(const ChunkSet<GateType> &types) const in NoNeedUpdate()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsUnionType.h | 34 explicit TSUnionType(ArenaVector<Expression *> &&types) in TSUnionType()
|
| D | tsIntersectionType.h | 34 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType()
|
| D | tsUnionType.cpp | 55 ArenaVector<checker::Type *> types(checker->Allocator()->Adapter()); in GetType() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | types.rb | 22 def types method
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 155 def prefixed_case(prefix, types, node) argument 160 def case_(types, opcode, *args) argument 164 def cc_case(types, opcode, *args) argument 168 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | global_intl_helper.h | 74 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) in GetGlobalObject() 88 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types, const bool cache) in GetGlobalObject()
|
| D | global_intl_helper.cpp | 134 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) in OptionsToMap() 174 std::string> &options, GlobalFormatterType &types) in OptionsWithDataFormatter()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/ |
| D | package.json | 6 "types": "types/index.d.ts", string
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | OhsUtil.ts | 156 const types = heritageClause.types; constant
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | unionType.h | 27 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType()
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | tsconfig.json | 17 "types": [ array
|
| D | package.json | 6 "types": "types/index.d.ts", string
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | instructions.rb | 61 attr_accessor :tokens, :types accessor in Operand 214 def types method
|
| /arkcompiler/runtime_core/docs/ |
| D | file_format.md | 80 ### MUTF-8 Encoding 84 ### String 95 ### TaggedValue
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | package.json | 9 "types": "lib/ArkObfuscator.d.ts", string
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | enumClassification.ts | 92 // Examples of numeric enum types with constant and computed members enumerator
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeRelation.cpp | 25 auto &types = source->AsUnionType()->ConstituentTypes(); in IsAllTypesAssignableTo() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | meta.cpp | 51 static std::unordered_map<std::string_view, VType> types { in GetType() local
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_returns_test.cpp | 247 auto types = std::vector<std::unique_ptr<TypeObject>>(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 1834 const std::vector<binder::TSBindingType> types = {binder::TSBindingType::NAMESPACE, in FindFrontIdentifierTSVariables() local 1891 const std::vector<binder::TSBindingType> &types, in FindLocalTSVariables() 1927 const std::vector<binder::TSBindingType> &types, in FindExportTSVariables()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 213 InputTypesMixin *types; in Inputs() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 1618 ArenaVector<ir::Expression *> types(Allocator()->Adapter()); in ParseTsUnionType() local 1657 ArenaVector<ir::Expression *> types(Allocator()->Adapter()); in ParseTsIntersectionType() local
|