Home
last modified time | relevance | path

Searched defs:fallback (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ark/
H A Dark_gclog_parser.py32 fallback = ArkFallbackParser() variable in ArkGcLogParser
54 fallback = ArkSyslogFallbackParser() variable in ArkSyslogGcParser
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_displaynames.cpp107 FallbackOption fallback = displayNames->GetFallback(); in Of() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_displaynames.cpp210 auto fallback = JSLocale::GetOptionOfString<FallbackOption>(thread, optionsObject, property, in InitializeDisplayNames() local
475 JSHandle<JSTaggedValue> FallbackOptionToEcmaString(JSThread *thread, FallbackOption fallback) in FallbackOptionToEcmaString() argument
537 FallbackOption fallback = displayNames->GetFallback(); in ResolvedOptions() local
[all...]
H A Djs_locale.cpp277 GetOption(JSThread *thread, const JSHandle<JSObject> &options, const JSHandle<JSTaggedValue> &property, OptionType type, const JSHandle<JSTaggedValue> &values, const JSHandle<JSTaggedValue> &fallback) GetOption() argument
361 DefaultNumberOption(JSThread *thread, const JSHandle<JSTaggedValue> &value, int minimum, int maximum, int fallback) DefaultNumberOption() argument
382 GetNumberOption(JSThread *thread, const JSHandle<JSObject> &options, const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) GetNumberOption() argument
697 GetOptionOfBool(JSThread *thread, const JSHandle<JSObject> &options, const JSHandle<JSTaggedValue> &property, bool fallback, bool *res) GetOptionOfBool() argument
[all...]
H A Djs_locale.h235 GetOptionOfString(JSThread *thread, const JSHandle<JSObject> &options, const JSHandle<JSTaggedValue> &property, const std::vector<T> &enumValues, const std::vector<std::string> &strValues, T fallback) GetOptionOfString() argument

Completed in 5 milliseconds