Searched defs:STATIC (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.h | 102 enum class ClassPropertyType : uint8_t { NON_STATIC = 0, STATIC }; enumerator
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | signature.h | 73 STATIC = 1U << 7U, enumerator
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variableFlags.h | 133 STATIC = 1U << 15U, enumerator 178 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 | 29 STATIC = 1U << 0U, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.h | 35 STATIC, enumerator
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class.h | 926 enum class FindFilter { STATIC, INSTANCE, ALL, COPIED }; enumerator
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | typeSystem.ts | 132 STATIC = 1 << 2, enumerator
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeSystem.h | 232 STATIC = 1 << 2, enumerator
|