Home
last modified time | relevance | path

Searched defs:cacheable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp270 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleString() local
351 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleDateString() local
432 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleTimeString() local
Dbuiltins_bigint.cpp101 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleString() local
Dbuiltins_number.cpp309 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleString() local
Dbuiltins_string.cpp545 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in LocaleCompare() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2403 …[[maybe_unused]] bool cacheable = options->IsUndefined() && (locales->IsUndefined() || locales->Is… in DEF_RUNTIME_STUBS() local