Home
last modified time | relevance | path

Searched defs:currencyValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_format_test.cpp165 JSHandle<JSTaggedValue> currencyValue(factory->NewFromASCII("USD")); in HWTEST_F_L0() local
282 JSHandle<JSTaggedValue> currencyValue(factory->NewFromASCII("EUR")); in HWTEST_F_L0() local
321 JSHandle<JSTaggedValue> currencyValue(factory->NewFromASCII("USD")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.cpp361 …JSHandle<JSTaggedValue> currencyValue = JSHandle<JSTaggedValue>::Cast(factory->NewFromStdString(cu… in SetNumberFormatUnitOptions() local