Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DstringLiteralTypesOverloads01.ts63 const ZERO = getFalsyPrimitive('number'); constant
105 const ZERO = getFalsyPrimitive(number); constant
DstringLiteralTypesOverloads02.ts61 const ZERO = getFalsyPrimitive('number'); constant
103 const ZERO = getFalsyPrimitive(number); constant
/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_frontend/es2panda/typescript/types/
DglobalTypesHolder.h40 ZERO, enumerator