/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass_options.h | 43 #define OPTION_BUILDER(NAME, DEFAULT) \ argument 49 #define OPTIONS(NAME, DEFAULT) bool \ argument 52 #define GET_OPTION(NAME, DEFAULT) \ argument
|
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
D | tsTupleType.h | 22 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsTupleType.h | 32 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
|
/arkcompiler/runtime_core/static_core/runtime/profiling/ |
D | profiling.h | 40 DEFAULT = 0, enumerator
|
/arkcompiler/ets_frontend/es2panda/aot/ |
D | options.h | 35 DEFAULT = 0, enumerator
|
/arkcompiler/ets_frontend/ets2panda/util/ |
D | options.h | 34 DEFAULT = 0U, enumerator
|
/arkcompiler/toolchain/common/ |
D | log_wrapper.h | 45 DEFAULT, enumerator
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.h | 55 DEFAULT = NATIVE, enumerator 58 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPE… enumerator 385 …ReferenceType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPERTY }; enumerator
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_date_time_format.h | 28 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; enumerator
|
D | js_runtime_options.h | 31 DEFAULT = -1, // default value 1000001011100 -> 0x105c enumerator
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | cframe_layout.h | 89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator
|
D | logger.h | 58 DEFAULT, enumerator
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | cframe_layout.h | 89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator
|
D | logger.h | 60 DEFAULT, enumerator
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_class.h | 34 enum class AccessLevel { PUBLIC, PROTECTED, DEFAULT, PRIVATE }; enumerator
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 26888 DEFAULT: 1 << 30, property
|