Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_date_time_format.cpp118 // 3. Let dtf be ? UnwrapDateTimeFormat(dtf). in Format()
119 JSHandle<JSTaggedValue> dtfValue = JSDateTimeFormat::UnwrapDateTimeFormat(thread, thisValue); in Format()
229 // 3. Let dtf be ? UnwrapDateTimeFormat(dtf). in ResolvedOptions()
230 thisValue = JSDateTimeFormat::UnwrapDateTimeFormat(thread, thisValue); in ResolvedOptions()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.h162 // 13.1.10 UnwrapDateTimeFormat(dtf)
163 static JSHandle<JSTaggedValue> UnwrapDateTimeFormat(JSThread *thread,

Completed in 2 milliseconds