Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp512 JSHandle<JSTaggedValue> numericProperty = thread->GlobalConstants()->GetHandledNumericString(); in HWTEST_F_L0() local
516 JSObject::SetProperty(thread, optionsObj, numericProperty, numericValue); in HWTEST_F_L0()
519 EXPECT_TRUE(JSLocale::GetOptionOfBool(thread, optionsObj, numericProperty, false, &res)); in HWTEST_F_L0()
523 JSObject::SetProperty(thread, optionsObj, numericProperty, numericValue1); in HWTEST_F_L0()
525 EXPECT_TRUE(JSLocale::GetOptionOfBool(thread, optionsObj, numericProperty, false, &res)); in HWTEST_F_L0()