Searched refs:ListTypeOption (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_list_format.cpp | 133 auto type = JSLocale::GetOptionOfString<ListTypeOption>(thread, optionsObject, property, in InitializeListFormat() 134 {ListTypeOption::CONJUNCTION, ListTypeOption::DISJUNCTION, in InitializeListFormat() 135 ListTypeOption::UNIT}, in InitializeListFormat() 137 ListTypeOption::CONJUNCTION); in InitializeListFormat() 163 case ListTypeOption::CONJUNCTION: in InitializeListFormat() 166 case ListTypeOption::DISJUNCTION: in InitializeListFormat() 169 case ListTypeOption::UNIT: in InitializeListFormat() 335 JSHandle<JSTaggedValue> ListOptionTypeToEcmaString(JSThread *thread, ListTypeOption type) in ListOptionTypeToEcmaString() 340 case ListTypeOption in ListOptionTypeToEcmaString() [all...] |
H A D | js_list_format.h | 29 enum class ListTypeOption : uint8_t {
class 56 FIRST_BIT_FIELD(BitField, Type, ListTypeOption, TYPE_BITS)
|
H A D | object_factory.cpp | 1301 JSListFormat::Cast(*obj)->SetType(ListTypeOption::EXCEPTION); in InitializeJSObject()
|
Completed in 10 milliseconds