Home
last modified time | relevance | path

Searched refs:NEVER (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DneverType.h24 NeverType() : Type(TypeFlag::NEVER) {} in NeverType()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DneverType.h25 NeverType() : Type(TypeFlag::NEVER) {} in NeverType()
H A DglobalTypesHolder.h33 NEVER, member in panda::es2panda::checker::GlobalTypeId
H A DtypeMapping.h33 _(TypeFlag::NEVER, NeverType) \
H A DglobalTypesHolder.cpp51 globalTypes_[static_cast<size_t>(GlobalTypeId::NEVER)] = allocator->New<NeverType>(); in GlobalTypesHolder()
120 return globalTypes_.at(static_cast<size_t>(GlobalTypeId::NEVER)); in GlobalNeverType()
H A DtypeFlag.h34 NEVER = 1ULL << 7, // x: never member in panda::es2panda::checker::TypeFlag
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DtypeMapping.h33 _(TypeFlag::NEVER, NeverType) \
H A DglobalTypesHolder.h32 NEVER, member in ark::es2panda::checker::GlobalTypeId
H A DtypeFlag.h36 NEVER = 1ULL << 7ULL, // x: never member in ark::es2panda::checker::TypeFlag
H A DglobalTypesHolder.cpp111 globalTypes_[static_cast<size_t>(GlobalTypeId::NEVER)] = allocator->New<NeverType>(); in AddTSSpecificTypes()
269 return globalTypes_.at(static_cast<size_t>(GlobalTypeId::NEVER)); in GlobalNeverType()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_number_format.h32 enum class SignDisplayOption : uint8_t { AUTO = 0x01, ALWAYS, NEVER, EXCEPTZERO, EXCEPTION }; member in panda::ecmascript::SignDisplayOption
H A Djs_number_format.cpp62 SignDisplayOption::AUTO, SignDisplayOption::NEVER,
222 case SignDisplayOption::NEVER: in OptionToEcmaString()
716 case SignDisplayOption::NEVER: in InitializeNumberFormat()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js16905 t[t.NEVER = 0] = "NEVER";
[all...]

Completed in 41 milliseconds