Home
last modified time | relevance | path

Searched defs:THREE (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnumericEnumMappedType.ts24 declare enum E2 { ONE, TWO, THREE } enumerator
86 declare enum E { ONE, TWO, THREE = 'x' } enumerator
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.h35 enum FunctionLength : uint8_t { ZERO = 0, ONE, TWO, THREE, FOUR }; enumerator
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.h23 enum FuncLength : uint8_t { ZERO = 0, ONE, TWO, THREE, FOUR }; enumerator
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h60 enum UtfLength : uint8_t { ONE = 1, TWO = 2, THREE = 3, FOUR = 4 }; enumerator