Searched refs:RelativeTimeFormat (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/test262/ |
| D | intl_tests.txt | 700 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/ |
| D | builtins_relative_time_format.cpp | 24 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()
|
| D | builtins_lazy_callback.h | 44 V(RelativeTimeFormat) \ 79 static JSTaggedValue RelativeTimeFormat(JSThread *thread, const JSHandle<JSObject> &obj);
|
| D | builtins.cpp | 171 using RelativeTimeFormat = builtins::BuiltinsRelativeTimeFormat; typedef 3440 … RelativeTimeFormat::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/ |
| D | test262skiplist-flaky.txt | 3 intl402/RelativeTimeFormat/constructor/constructor/options-throwing-getters.js
|
| D | test262skiplist.txt | 7734 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/ |
| D | runtime_call_id.h | 665 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/ |
| D | snapshot_processor.cpp | 192 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/ |
| D | test-case.patch | 4441 …://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/ |
| D | index.js | 2 …taView:["setBigInt64","setBigUint64","getBigInt64","getBigUint64"],RelativeTimeFormat:["format","f…
|