Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_number_format.cpp119 JSHandle<JSNumberFormat> typpedNf = JSHandle<JSNumberFormat>::Cast(nf); in Format() local
120 JSHandle<JSTaggedValue> boundFunc(thread, typpedNf->GetBoundFormat()); in Format()
129 intlBoundFunc->SetNumberFormat(thread, typpedNf); in Format()
130 typpedNf->SetBoundFormat(thread, intlBoundFunc); in Format()
132 return typpedNf->GetBoundFormat(); in Format()

Completed in 2 milliseconds