Searched defs:cacheable (Results 1 – 6 of 6) sorted by relevance
249 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleString() local330 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleDateString() local411 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleTimeString() local
111 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleString() local
310 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in ToLocaleString() local
538 …[[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUn… in DoLocaleCompare() local573 bool cacheable) in LocaleCompareGC()
2859 …GateRef cacheable = LogicAndBuilder(env).And(localesIsUndefOrString).And(TaggedIsUndefined(options… in LocaleCompare() local
3839 bool cacheable = options->IsUndefined() && (locales->IsUndefined() || locales->IsString()); in DEF_RUNTIME_STUBS() local