Home
last modified time | relevance | path

Searched refs:UnwrapNumberFormat (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_number_format_test.cpp160 * @tc.name: UnwrapNumberFormat
166 HWTEST_F_L0(JSNumberFormatTest, UnwrapNumberFormat) in HWTEST_F_L0()
185 JSHandle<JSTaggedValue> unwrapNumberFormat1 = JSNumberFormat::UnwrapNumberFormat(thread, numberFormat); in HWTEST_F_L0()
188 JSHandle<JSTaggedValue> unwrapNumberFormat2 = JSNumberFormat::UnwrapNumberFormat(thread, disPlayNamesObj); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_number_format.cpp112 // 3. Let nf be ? UnwrapNumberFormat(nf). in Format()
113 JSHandle<JSTaggedValue> nf = JSNumberFormat::UnwrapNumberFormat(thread, thisValue); in Format()
168 // 3. Let nf be ? UnwrapNumberFormat(nf). in ResolvedOptions()
169 JSHandle<JSTaggedValue> nf = JSNumberFormat::UnwrapNumberFormat(thread, thisValue); in ResolvedOptions()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_number_format.h154 // 12.1.12 UnwrapNumberFormat( nf )
155 static JSHandle<JSTaggedValue> UnwrapNumberFormat(JSThread *thread, const JSHandle<JSTaggedValue> &nf);
H A Djs_number_format.cpp948 // 12.1.12 UnwrapNumberFormat( nf )
949 JSHandle<JSTaggedValue> JSNumberFormat::UnwrapNumberFormat(JSThread *thread, const JSHandle<JSTaggedValue> &nf) in UnwrapNumberFormat() function in panda::ecmascript::JSNumberFormat

Completed in 5 milliseconds