Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h35 DEFAULT = 0, enumerator
137 OptionFlags options_ {OptionFlags::DEFAULT};
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTupleType.h32 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h157 #define DECL_OPTION(NAME, DEFAULT) \ argument
165 bool enable##NAME##_ {DEFAULT};
/arkcompiler/toolchain/inspector/
Dlog_wrapper.h43 DEFAULT, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h47 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPE… enumerator
196 EdgeType edgeType_ {EdgeType::DEFAULT};
530 DEFAULT = NATIVE, /* kDefault */ enumerator
Dheap_snapshot.cpp938 Edge *edge = Edge::NewEdge(chunk_, edgeCount_, EdgeType::DEFAULT, in FillEdges()
965 …Edge *edge = Edge::NewEdge(chunk_, edgeCount_, EdgeType::DEFAULT, (*iter), (*iter), GetString(valu… in FillPrimitiveEdge()
1156 FrontType fType = FrontType::DEFAULT; in Convert()
1166 fType = FrontType::DEFAULT; in Convert()
1168 fType = FrontType::DEFAULT; in Convert()
1170 fType = FrontType::DEFAULT; in Convert()
1180 fType = FrontType::DEFAULT; in Convert()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h31 DEFAULT = -1, // default value 1000001011100 -> 0x105c enumerator
294 if (prop != ArkProperties::DEFAULT) { in SetArkProperties()
Djs_date_time_format.h28 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; enumerator
Djs_date_time_format.cpp463 case IcuCacheType::DEFAULT: in InitializeDateTimeFormat()
/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_runtime/ecmascript/builtins/
Dbuiltins_date.cpp272 IcuCacheType type = cacheable ? IcuCacheType::DEFAULT : IcuCacheType::NOT_CACHE; in ToLocaleString()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp904 if (*kind == ir::TSTupleKind::DEFAULT) { in ParseTsTupleElement()
940 *kind = ir::TSTupleKind::DEFAULT; in ParseTsTupleElement()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js1924 case e.DEFAULT:
26888 DEFAULT: 1 << 30, property
26957 t[t.DEFAULT = 100] = "DEFAULT";
26965 t[t.DEFAULT = 128] = "DEFAULT";
29767 this._sharedUint32Arr[1] = mm.Enum.DEFAULT;
29873 t[t.DEFAULT = -1] = "DEFAULT";
30448 return Ry.DEFAULT;
32163 t[t.DEFAULT = 0] = "DEFAULT";
36206 return this._layoutGraph.addVertex(Kx, fm.DEFAULT, t, l);
45365 t[t.DEFAULT = 1] = "DEFAULT";
[all …]