Searched refs:usageValue (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_collator_test.cpp | 107 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 D | js_collator.cpp | 459 JSHandle<JSTaggedValue> usageValue = OptionsToEcmaString(thread, usageOption); in ResolvedOptions() local 460 JSObject::CreateDataProperty(thread, options, globalConst->GetHandledUsageString(), usageValue); in ResolvedOptions()
|
Completed in 3 milliseconds