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.cpp123 JSHandle<JSTaggedValue> currencyValue(factory->NewFromASCII("USD")); in HWTEST_F_L0() local
240 JSHandle<JSTaggedValue> currencyValue(factory->NewFromASCII("EUR")); in HWTEST_F_L0() local
279 JSHandle<JSTaggedValue> currencyValue(factory->NewFromASCII("USD")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.cpp428 …JSHandle<JSTaggedValue> currencyValue = JSHandle<JSTaggedValue>::Cast(factory->NewFromStdString(cu… in SetNumberFormatUnitOptions() local