Home
last modified time | relevance | path

Searched defs:DEFAULT (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_options.h43 #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/
DtsTupleType.h22 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTupleType.h32 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling.h40 DEFAULT = 0, enumerator
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h35 DEFAULT = 0, enumerator
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.h34 DEFAULT = 0U, enumerator
/arkcompiler/toolchain/common/
Dlog_wrapper.h45 DEFAULT, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h55 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/
Djs_date_time_format.h28 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; enumerator
Djs_runtime_options.h31 DEFAULT = -1, // default value 1000001011100 -> 0x105c enumerator
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dcframe_layout.h89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator
Dlogger.h58 DEFAULT, enumerator
/arkcompiler/runtime_core/libpandabase/utils/
Dcframe_layout.h89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator
Dlogger.h60 DEFAULT, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h34 enum class AccessLevel { PUBLIC, PROTECTED, DEFAULT, PRIVATE }; enumerator
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js26888 DEFAULT: 1 << 30, property