Home
last modified time | relevance | path

Searched refs:TYPE_BITS (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_list_format.h54 static constexpr size_t TYPE_BITS = 3; variable
56 FIRST_BIT_FIELD(BitField, Type, ListTypeOption, TYPE_BITS)
Djs_displaynames.h69 static constexpr size_t TYPE_BITS = 4; variable
72 FIRST_BIT_FIELD(BitField, Type, TypednsOption, TYPE_BITS)
Daccessor_data.h101 static constexpr size_t TYPE_BITS = 3; variable
102 FIRST_BIT_FIELD(BitField, Type, CompletionRecordType, TYPE_BITS)
Djs_plural_rules.h48 static constexpr size_t TYPE_BITS = 2; variable
50 NEXT_BIT_FIELD(BitField, Type, TypeOption, TYPE_BITS, RoundingType)
Djs_promise.h43 static constexpr size_t TYPE_BITS = 1; variable
44 FIRST_BIT_FIELD(BitField, Type, PromiseType, TYPE_BITS)