Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.h102 enum class ClassPropertyType : uint8_t { NON_STATIC = 0, STATIC }; enumerator
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.h73 STATIC = 1U << 7U, enumerator
/arkcompiler/ets_frontend/ets2panda/varbinder/
DvariableFlags.h133 STATIC = 1U << 15U, enumerator
178 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.h29 STATIC = 1U << 0U, enumerator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h35 STATIC, enumerator
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h926 enum class FindFilter { STATIC, INSTANCE, ALL, COPIED }; enumerator
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts132 STATIC = 1 << 2, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h232 STATIC = 1 << 2, enumerator