Home
last modified time | relevance | path

Searched defs:TEN (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/
Dmain.ts29 const TEN = 10; constant
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h67 enum UtfOffset : uint8_t { SIX = 6, TEN = 10, TWELVE = 12, EIGHTEEN = 18 }; enumerator
/arkcompiler/ets_runtime/ecmascript/
Djs_date.h156 static constexpr int TEN = 10; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.h80 enum UtfOffset : uint8_t { SIX = 6, TEN = 10, TWELVE = 12, EIGHTEEN = 18 }; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h62 inline constexpr size_t TEN = 10; variable