Home
last modified time | relevance | path

Searched refs:rtfFunction (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3439 JSHandle<JSObject> rtfFunction(NewIntlConstructor(env, rtfPrototype, in InitializeRelativeTimeFormat() local
3442 …JSHandle<JSFunction>(rtfFunction)->SetFunctionPrototype(thread_, JSTaggedValue(*rtfFuncInstanceHCl… in InitializeRelativeTimeFormat()
3445 …SetFunction(env, rtfFunction, "supportedLocalesOf", RelativeTimeFormat::SupportedLocalesOf, Functi… in InitializeRelativeTimeFormat()
3450 env->SetRelativeTimeFormatFunction(thread_, rtfFunction); in InitializeRelativeTimeFormat()