Home
last modified time | relevance | path

Searched refs:numericKey (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
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()
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()