Searched defs:CONSTRUCTOR (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_location.h | 31 CONSTRUCTOR, enumerator
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | signature.h | 79 CONSTRUCTOR = 1U << 9U, 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/ir/ |
| D | astNodeFlags.h | 55 CONSTRUCTOR = 1U << 14U, enumerator 88 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
|