Searched defs:ONE (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | numericEnumMappedType.ts | 24 declare enum E2 { ONE, TWO, THREE } enumerator 86 declare enum E { ONE, TWO, THREE = 'x' } enumerator
|
D | systemNamespaceAliasEmit.ts | 27 ONE, enumerator
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | typed_array_helper.h | 26 enum ElementSize : uint8_t { ONE = 1, TWO = 2, FOUR = 4, EIGHT = 8 }; enumerator
|
D | utf_helper.h | 60 enum UtfLength : uint8_t { ONE = 1, TWO = 2, THREE = 3, FOUR = 4 }; enumerator
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins.h | 35 enum FunctionLength : uint8_t { ZERO = 0, ONE, TWO, THREE, FOUR }; enumerator
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_private.h | 23 enum FuncLength : uint8_t { ZERO = 0, ONE, TWO, THREE, FOUR }; enumerator
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | gate_meta_data.h | 144 ONE, enumerator
|