Searched defs:ZERO (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/functions/ |
| D | functions.ts | 16 const ZERO = 0; constant
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.h | 37 enum FunctionLength : uint8_t { ZERO = 0, ONE, TWO, THREE, FOUR }; enumerator
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_dataview_stub_builder.h | 23 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/enums/ |
| D | enums.ts | 16 const ZERO = 0; constant
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.h | 25 enum FuncLength : uint8_t { ZERO = 0, ONE, TWO, THREE, FOUR }; enumerator
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | globalTypesHolder.h | 40 ZERO, enumerator
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | globalTypesHolder.h | 38 ZERO, enumerator
|