Home
last modified time | relevance | path

Searched defs:CONSTRUCTOR (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_location.h31 CONSTRUCTOR, enumerator
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.h79 CONSTRUCTOR = 1U << 9U, enumerator
/arkcompiler/ets_frontend/ets2panda/ir/base/
DmethodDefinition.h30 enum class MethodDefinitionKind { NONE, CONSTRUCTOR, METHOD, EXTENSION_METHOD, GET, SET }; enumerator
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeFlags.h55 CONSTRUCTOR = 1U << 14U, enumerator
88 CONSTRUCTOR = 1U << 5U, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi.h76 CONSTRUCTOR = 1U << 5U, // Method enumerator
/arkcompiler/ets_frontend/es2panda/ir/base/
DmethodDefinition.h35 enum class MethodDefinitionKind { CONSTRUCTOR, METHOD, GET, SET }; enumerator
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h91 CONSTRUCTOR = 1 << 5, enumerator