Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_collator_test.cpp100 JSHandle<JSTaggedValue> usageKey = thread->GlobalConstants()->GetHandledUsageString(); in HWTEST_F_L0() local
116 JSObject::SetProperty(thread, optionsObj, usageKey, usageValue); in HWTEST_F_L0()
150 JSHandle<JSTaggedValue> usageKey = thread->GlobalConstants()->GetHandledUsageString(); in JSCollatorCreateWithLocaleAndOptionsTest() local
156 JSObject::SetProperty(thread, optionsObj, usageKey, usageValue); in JSCollatorCreateWithLocaleAndOptionsTest()
289 JSHandle<JSTaggedValue> usageKey = globalConst->GetHandledUsageString(); in HWTEST_F_L0() local
292 JSTaggedValue::SameValue(JSObject::GetProperty(thread, resultObj, usageKey).GetValue(), defaultUsageValue), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collator_stub_builder.cpp53 GateRef usageKey = GetGlobalConstantValue(VariableType::JS_ANY(), glue, ConstantIndex::USAGE_INDEX); in ResolvedOptions() local
56 CreateDataProperty(glue, *options, usageKey, usage); in ResolvedOptions()

Completed in 2 milliseconds