Home
last modified time | relevance | path

Searched refs:OptionsToEcmaString (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp347 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, UsageOption usage) in OptionsToEcmaString() function
365 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, SensitivityOption sensitivity) in OptionsToEcmaString() function
391 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, CaseFirstOption caseFirst) in OptionsToEcmaString() function
433 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()