Searched defs:CONSTRUCTOR (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_hclass_generator.h | 37 CONSTRUCTOR, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_location.h | 28 CONSTRUCTOR, enumerator
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | methodDefinition.h | 30 enum class MethodDefinitionKind { NONE, CONSTRUCTOR, METHOD, EXTENSION_METHOD, GET, SET }; enumerator
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | signature.h | 75 CONSTRUCTOR = 1U << 9U, enumerator
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNodeFlags.h | 43 CONSTRUCTOR = 1U << 14U, enumerator 70 CONSTRUCTOR = 1U << 5U, enumerator
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_typeapi.h | 76 CONSTRUCTOR = 1U << 5U, // Method enumerator
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | methodDefinition.h | 35 enum class MethodDefinitionKind { CONSTRUCTOR, METHOD, GET, SET }; enumerator
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNode.h | 91 CONSTRUCTOR = 1 << 5, enumerator
|