Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_locale_test.cpp273 JSHandle<JSTaggedValue> mxsdKey = thread->GlobalConstants()->GetHandledMaximumSignificantDigitsString(); in HWTEST_F_L0() local
281 JSObject::SetProperty(thread, optionsObj, mxsdKey, minSignValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.h552 JSHandle<JSTaggedValue> mxsdKey = globalConst->GetHandledMaximumSignificantDigitsString(); in SetNumberFormatDigitOptions() local
553 JSHandle<JSTaggedValue> mxsd = JSTaggedValue::GetProperty(thread, options, mxsdKey).GetValue(); in SetNumberFormatDigitOptions()

Completed in 3 milliseconds