Home
last modified time | relevance | path

Searched refs:numericKey (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collator_stub_builder.cpp88 GateRef numericKey = GetGlobalConstantValue(VariableType::JS_ANY(), glue, in ResolvedOptions() local
92 CreateDataProperty(glue, *options, numericKey, numeric); in ResolvedOptions()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_locale_test.cpp39 JSHandle<JSTaggedValue> numericKey = thread->GlobalConstants()->GetHandledNumericString(); in HWTEST_F_L0() local
48 JSObject::SetProperty(thread, optionsObj, numericKey, numericValue); in HWTEST_F_L0()
94 JSHandle<JSTaggedValue> numericKey = thread->GlobalConstants()->GetHandledNumericString(); in JSLocaleCreateWithOptionTest() local
96 JSObject::SetProperty(thread, optionsObj, numericKey, numericValue); // test true in JSLocaleCreateWithOptionTest()
H A Dbuiltins_collator_test.cpp102 JSHandle<JSTaggedValue> numericKey = thread->GlobalConstants()->GetHandledNumericString(); in HWTEST_F_L0() local
121 JSObject::SetProperty(thread, optionsObj, numericKey, numericValue); in HWTEST_F_L0()

Completed in 2 milliseconds