Searched refs:sensitivityKey (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_collator_test.cpp | 104 JSHandle<JSTaggedValue> sensitivityKey = thread->GlobalConstants()->GetHandledSensitivityString(); in HWTEST_F_L0() local 119 JSObject::SetProperty(thread, optionsObj, sensitivityKey, sensitivityValue); in HWTEST_F_L0() 151 JSHandle<JSTaggedValue> sensitivityKey = thread->GlobalConstants()->GetHandledSensitivityString(); in JSCollatorCreateWithLocaleAndOptionsTest() local 157 JSObject::SetProperty(thread, optionsObj, sensitivityKey, sensitivityValue); in JSCollatorCreateWithLocaleAndOptionsTest()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_collator_stub_builder.cpp | 59 GateRef sensitivityKey = GetGlobalConstantValue(VariableType::JS_ANY(), glue, ConstantIndex::SENSITIVITY_INDEX); in ResolvedOptions() local 62 CreateDataProperty(glue, *options, sensitivityKey, sensitivity); in ResolvedOptions()
|
Completed in 2 milliseconds