Searched refs:OptionsToEcmaString (Results 1 – 1 of 1) sorted by relevance
347 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, UsageOption usage) in OptionsToEcmaString() function365 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, SensitivityOption sensitivity) in OptionsToEcmaString() function391 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, CaseFirstOption caseFirst) in OptionsToEcmaString() function433 JSHandle<JSTaggedValue> usageValue = OptionsToEcmaString(thread, usageOption); in ResolvedOptions()438 JSHandle<JSTaggedValue> sensitivityValue = OptionsToEcmaString(thread, sentivityOption); in ResolvedOptions()470 JSHandle<JSTaggedValue> caseFirstValue = OptionsToEcmaString(thread, caseFirstOption); in ResolvedOptions()