Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test262/
Dintl_tests.txt700 intl402/RelativeTimeFormat/constructor/name.js
701 intl402/RelativeTimeFormat/constructor/constructor/proto-from-ctor-realm.js
702 intl402/RelativeTimeFormat/constructor/constructor/options-numberingSystem-valid.js
703 intl402/RelativeTimeFormat/constructor/constructor/options-toobject-prototype.js
704 intl402/RelativeTimeFormat/constructor/constructor/options-order.js
705 intl402/RelativeTimeFormat/constructor/constructor/locales-valid.js
706 intl402/RelativeTimeFormat/constructor/constructor/options-proto.js
707 intl402/RelativeTimeFormat/constructor/constructor/options-throwing-getters.js
708 intl402/RelativeTimeFormat/constructor/constructor/options-toobject.js
709 intl402/RelativeTimeFormat/constructor/constructor/locales-invalid.js
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_relative_time_format.cpp24 BUILTINS_API_TRACE(thread, RelativeTimeFormat, Constructor); in RelativeTimeFormatConstructor()
69 BUILTINS_API_TRACE(thread, RelativeTimeFormat, SupportedLocalesOf); in SupportedLocalesOf()
92 BUILTINS_API_TRACE(thread, RelativeTimeFormat, Format); in Format()
125 BUILTINS_API_TRACE(thread, RelativeTimeFormat, FormatToParts); in FormatToParts()
158 BUILTINS_API_TRACE(thread, RelativeTimeFormat, ResolvedOptions); in ResolvedOptions()
Dbuiltins_lazy_callback.h44 V(RelativeTimeFormat) \
79 static JSTaggedValue RelativeTimeFormat(JSThread *thread, const JSHandle<JSObject> &obj);
Dbuiltins.cpp171 using RelativeTimeFormat = builtins::BuiltinsRelativeTimeFormat; typedef
3440RelativeTimeFormat::RelativeTimeFormatConstructor, in InitializeRelativeTimeFormat()
3445 …SetFunction(env, rtfFunction, "supportedLocalesOf", RelativeTimeFormat::SupportedLocalesOf, Functi… in InitializeRelativeTimeFormat()
3453 SetFunction(env, rtfPrototype, "format", RelativeTimeFormat::Format, FunctionLength::TWO); in InitializeRelativeTimeFormat()
3456 …SetFunction(env, rtfPrototype, "formatToParts", RelativeTimeFormat::FormatToParts, FunctionLength:… in InitializeRelativeTimeFormat()
3459 …SetFunction(env, rtfPrototype, "resolvedOptions", RelativeTimeFormat::ResolvedOptions, FunctionLen… in InitializeRelativeTimeFormat()
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist-flaky.txt3 intl402/RelativeTimeFormat/constructor/constructor/options-throwing-getters.js
Dtest262skiplist.txt7734 intl402/RelativeTimeFormat/constructor/constructor/locales-valid.js
7735 intl402/RelativeTimeFormat/constructor/constructor/options-numberingSystem-valid.js
7736 intl402/RelativeTimeFormat/constructor/constructor/options-numeric-valid.js
7737 intl402/RelativeTimeFormat/constructor/constructor/options-order.js
7738 intl402/RelativeTimeFormat/constructor/constructor/options-proto.js
7739 intl402/RelativeTimeFormat/constructor/constructor/options-style-valid.js
7740 intl402/RelativeTimeFormat/constructor/constructor/options-toobject-prototype.js
7741 intl402/RelativeTimeFormat/constructor/constructor/options-toobject.js
7742 intl402/RelativeTimeFormat/constructor/constructor/options-undefined.js
7743 intl402/RelativeTimeFormat/constructor/constructor/proto-from-ctor-realm.js
[all …]
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h665 V(RelativeTimeFormat, Constructor) \
666 V(RelativeTimeFormat, SupportedLocalesOf) \
667 V(RelativeTimeFormat, Format) \
668 V(RelativeTimeFormat, FormatToParts) \
669 V(RelativeTimeFormat, ResolvedOptions) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp192 using RelativeTimeFormat = builtins::BuiltinsRelativeTimeFormat; typedef
712 reinterpret_cast<uintptr_t>(RelativeTimeFormat::RelativeTimeFormatConstructor),
713 reinterpret_cast<uintptr_t>(RelativeTimeFormat::SupportedLocalesOf),
714 reinterpret_cast<uintptr_t>(RelativeTimeFormat::Format),
715 reinterpret_cast<uintptr_t>(RelativeTimeFormat::FormatToParts),
716 reinterpret_cast<uintptr_t>(RelativeTimeFormat::ResolvedOptions),
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch4441 …://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat
4442 +const rtf1 = new Intl.RelativeTimeFormat('en', { style: 'narrow' });
4450 +const rtf2 = new Intl.RelativeTimeFormat('es', { numeric: 'auto' });
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …taView:["setBigInt64","setBigUint64","getBigInt64","getBigUint64"],RelativeTimeFormat:["format","f…