Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTupleType.h32 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h35 DEFAULT = 0, enumerator
/arkcompiler/toolchain/inspector/
Dlog_wrapper.h43 DEFAULT, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h157 #define DECL_OPTION(NAME, DEFAULT) \ argument
/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/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h47 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPE… enumerator
530 DEFAULT = NATIVE, /* kDefault */ 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/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js26888 DEFAULT: 1 << 30, property