Searched defs:STATIC (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | signature.h | 77 STATIC = 1U << 7U, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.h | 108 enum class ClassPropertyType : uint8_t { NON_STATIC = 0, STATIC }; enumerator
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variableFlags.h | 139 STATIC = 1U << 15U, enumerator 179 STATIC = 1U << 9U, enumerator
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_typeapi.h | 71 STATIC = 1U << 0U, // Field, Method enumerator
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNode.h | 65 STATIC = 1 << 0, enumerator
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNodeFlags.h | 40 STATIC = 1U << 0U, enumerator
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class.h | 926 enum class FindFilter { STATIC, INSTANCE, ALL, COPIED }; enumerator
|