Searched refs:OptionsToEcmaString (Results 1 – 1 of 1) sorted by relevance
338 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, UsageOption usage) in OptionsToEcmaString() function356 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, SensitivityOption sensitivity) in OptionsToEcmaString() function382 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, CaseFirstOption caseFirst) in OptionsToEcmaString() function424 JSHandle<JSTaggedValue> usageValue = OptionsToEcmaString(thread, usageOption); in ResolvedOptions()429 JSHandle<JSTaggedValue> sensitivityValue = OptionsToEcmaString(thread, sentivityOption); in ResolvedOptions()452 JSHandle<JSTaggedValue> caseFirstValue = OptionsToEcmaString(thread, caseFirstOption); in ResolvedOptions()