Home
last modified time | relevance | path

Searched defs:EXCEPTION (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_displaynames.h42 EXCEPTION enumerator
49 EXCEPTION enumerator
55 EXCEPTION enumerator
Djs_number_format.h28 enum class StyleOption : uint8_t { DECIMAL = 0x01, CURRENCY, PERCENT, UNIT, EXCEPTION }; enumerator
30 enum class CompactDisplayOption : uint8_t { SHORT = 0x01, LONG, EXCEPTION }; enumerator
32 enum class SignDisplayOption : uint8_t { AUTO = 0x01, ALWAYS, NEVER, EXCEPTZERO, EXCEPTION }; enumerator
34 enum class CurrencyDisplayOption : uint8_t { CODE = 0x01, SYMBOL, NARROWSYMBOL, NAME, EXCEPTION }; enumerator
36 enum class CurrencySignOption : uint8_t { STANDARD = 0x01, ACCOUNTING, EXCEPTION }; enumerator
38 enum class UnitDisplayOption : uint8_t { SHORT = 0x01, NARROW, LONG, EXCEPTION }; enumerator
Djs_list_format.h33 EXCEPTION enumerator
40 EXCEPTION enumerator
Djs_collator.h24 enum class UsageOption : uint8_t { SORT = 0x01, SEARCH, EXCEPTION }; enumerator
25 enum class CaseFirstOption : uint8_t { UPPER = 0x01, LOWER, FALSE_OPTION, UNDEFINED, EXCEPTION }; enumerator
26 enum class SensitivityOption : uint8_t { BASE = 0x01, ACCENT, CASE, VARIANT, UNDEFINED, EXCEPTION }; enumerator
Djs_relative_time_format.h38 enum class RelativeStyleOption : uint8_t { LONG = 0x01, SHORT, NARROW, EXCEPTION }; enumerator
39 enum class NumericOption : uint8_t { ALWAYS = 0x01, AUTO, EXCEPTION }; enumerator
Djs_date_time_format.h23 enum class DateTimeStyleOption : uint8_t { FULL = 0x01, LONG, MEDIUM, SHORT, UNDEFINED, EXCEPTION }; enumerator
25 enum class HourCycleOption : uint8_t { H11 = 0x01, H12, H23, H24, UNDEFINED, EXCEPTION }; enumerator
Djs_locale.h52 enum class LocaleMatcherOption : uint8_t { LOOKUP = 0x01, BEST_FIT, EXCEPTION }; enumerator
53 enum class FormatMatcherOption : uint8_t { BASIC = 0x01, BEST_FIT, EXCEPTION }; enumerator
67 enum class TypeOption : uint8_t { CARDINAL = 0x01, ORDINAL, EXCEPTION }; enumerator
68 …ss RoundingType : uint8_t { FRACTIONDIGITS = 0x01, SIGNIFICANTDIGITS, COMPACTROUNDING, EXCEPTION }; enumerator
69 enum class NotationOption : uint8_t { STANDARD = 0x01, SCIENTIFIC, ENGINEERING, COMPACT, EXCEPTION enumerator
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_interface.h39 EXCEPTION, enumerator
/arkcompiler/toolchain/tooling/test/utils/
Dtest_events.h41 EXCEPTION, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h30 static constexpr std::string_view EXCEPTION = "Lstd/core/Exception;"; variable
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dapi_test.h62 EXCEPTION, enumerator
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h173 EXCEPTION, enumerator
/arkcompiler/ets_runtime/ecmascript/interpreter/templates/
Ddebugger_instruction_handler.inl1136 DEBUG_HANDLE_OPCODE(EXCEPTION) argument