Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_execute_type.h22 STATIC = 0, // default enumerator
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkBaseModel.ts47 STATIC = 1 << 4, enumerator
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.h80 STATIC = 1U << 6U, enumerator
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.h112 enum class ClassPropertyType : uint8_t { NON_STATIC = 0, STATIC }; enumerator
/arkcompiler/ets_frontend/ets2panda/varbinder/
DvariableFlags.h144 STATIC = 1U << 15U, enumerator
189 STATIC = 1U << 9U, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi.h71 STATIC = 1U << 0U, // Field, Method enumerator
Dets_class.h537 enum class FindFilter { STATIC, INSTANCE }; enumerator
/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_state_word.h29 STATIC = 1, enumerator
Dbase_object_dispatcher.h28 enum class ObjectType : uint8_t { STATIC = 0x0, DYNAMIC, UNKNOWN }; enumerator
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h65 STATIC = 1 << 0, enumerator
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeFlags.h43 STATIC = 1U << 0U, enumerator
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h867 enum class FindFilter { STATIC, INSTANCE, ALL, COPIED }; enumerator
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Dgen_sts.py53 STATIC = "static " variable in FuncKind
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h44 STATIC, enumerator