Home
last modified time | relevance | path

Searched refs:usageValue (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_collator_test.cpp107 JSHandle<JSTaggedValue> usageValue(factory->NewFromASCII("search")); in HWTEST_F_L0()
116 JSObject::SetProperty(thread, optionsObj, usageKey, usageValue); in HWTEST_F_L0()
152 JSHandle<JSTaggedValue> usageValue(factory->NewFromASCII("search")); in JSCollatorCreateWithLocaleAndOptionsTest()
156 JSObject::SetProperty(thread, optionsObj, usageKey, usageValue); in JSCollatorCreateWithLocaleAndOptionsTest()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_collator.cpp459 JSHandle<JSTaggedValue> usageValue = OptionsToEcmaString(thread, usageOption); in ResolvedOptions() local
460 JSObject::CreateDataProperty(thread, options, globalConst->GetHandledUsageString(), usageValue); in ResolvedOptions()

Completed in 3 milliseconds