Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.h77 STATIC = 1U << 7U, enumerator
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.h108 enum class ClassPropertyType : uint8_t { NON_STATIC = 0, STATIC }; enumerator
/arkcompiler/ets_frontend/ets2panda/varbinder/
DvariableFlags.h139 STATIC = 1U << 15U, enumerator
179 STATIC = 1U << 9U, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi.h71 STATIC = 1U << 0U, // Field, Method enumerator
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h65 STATIC = 1 << 0, enumerator
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeFlags.h40 STATIC = 1U << 0U, enumerator
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h926 enum class FindFilter { STATIC, INSTANCE, ALL, COPIED }; enumerator