Home
last modified time | relevance | path

Searched defs:FIVE (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_dataview_stub_builder.h23 enum OffsetIndex : uint8_t { ZERO = 0, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN}; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/methods/
Dmethods.ts21 const FIVE = 5; constant
/arkcompiler/runtime_core/static_core/verification/util/tests/
Denum_tag_test.cpp24 enum class Numbers { ONE, TWO, THREE, FOUR, FIVE }; enumerator
Dsaturated_enum_test.cpp25 enum class Numbers { ONE, TWO, THREE, FOUR, FIVE }; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/fields/
Dfields.ts25 const FIVE = 5; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/generics/
Dgenerics.ts20 const FIVE = 5; constant