Searched refs:RelativeTimeFormat (Results 1 – 13 of 13) 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 | 178 using RelativeTimeFormat = builtins::BuiltinsRelativeTimeFormat; typedef 3226 … RelativeTimeFormat::RelativeTimeFormatConstructor, in InitializeRelativeTimeFormat() 3233 …SetFunction(env, rtfFunction, "supportedLocalesOf", RelativeTimeFormat::SupportedLocalesOf, Functi… in InitializeRelativeTimeFormat() 3241 SetFunction(env, rtfPrototype, "format", RelativeTimeFormat::Format, FunctionLength::TWO); in InitializeRelativeTimeFormat() 3244 …SetFunction(env, rtfPrototype, "formatToParts", RelativeTimeFormat::FormatToParts, FunctionLength:… in InitializeRelativeTimeFormat() 3247 …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 | 7506 intl402/RelativeTimeFormat/constructor/constructor/locales-valid.js 7507 intl402/RelativeTimeFormat/constructor/constructor/options-numberingSystem-valid.js 7508 intl402/RelativeTimeFormat/constructor/constructor/options-numeric-valid.js 7509 intl402/RelativeTimeFormat/constructor/constructor/options-order.js 7510 intl402/RelativeTimeFormat/constructor/constructor/options-proto.js 7511 intl402/RelativeTimeFormat/constructor/constructor/options-style-valid.js 7512 intl402/RelativeTimeFormat/constructor/constructor/options-toobject-prototype.js 7513 intl402/RelativeTimeFormat/constructor/constructor/options-toobject.js 7514 intl402/RelativeTimeFormat/constructor/constructor/options-undefined.js 7515 intl402/RelativeTimeFormat/constructor/constructor/proto-from-ctor-realm.js [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/test262/ |
| D | test262-ignored-JIT-ASAN-REPEATS.txt | 25 intl402/RelativeTimeFormat/constructor/supportedLocalesOf/locales-invalid.js
|
| D | test262-ignored-JIT-REPEATS.txt | 1478 intl402/RelativeTimeFormat/constructor/constructor/options-proto.js 1479 intl402/RelativeTimeFormat/constructor/constructor/options-undefined.js 1480 intl402/RelativeTimeFormat/constructor/length.js 1481 intl402/RelativeTimeFormat/constructor/name.js 1482 intl402/RelativeTimeFormat/constructor/prop-desc.js 1483 intl402/RelativeTimeFormat/constructor/supportedLocalesOf/length.js 1484 intl402/RelativeTimeFormat/constructor/supportedLocalesOf/name.js 1485 intl402/RelativeTimeFormat/constructor/supportedLocalesOf/options-toobject.js 1486 intl402/RelativeTimeFormat/constructor/supportedLocalesOf/options-undefined.js 1487 intl402/RelativeTimeFormat/constructor/supportedLocalesOf/prop-desc.js [all …]
|
| D | test262-excluded.txt | 9015 intl402/Intl/supportedValuesOf/numberingSystems-accepted-by-RelativeTimeFormat.js 9241 intl402/RelativeTimeFormat/constructor/constructor/proto-from-ctor-realm.js 9242 intl402/RelativeTimeFormat/prototype/format/pl-pl-style-long.js 9243 intl402/RelativeTimeFormat/prototype/format/pl-pl-style-narrow.js 9244 intl402/RelativeTimeFormat/prototype/format/pl-pl-style-short.js 9245 intl402/RelativeTimeFormat/prototype/formatToParts/pl-pl-style-long.js 9246 intl402/RelativeTimeFormat/prototype/formatToParts/pl-pl-style-narrow.js 9247 intl402/RelativeTimeFormat/prototype/formatToParts/pl-pl-style-short.js
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 692 V(RelativeTimeFormat, Constructor) \ 693 V(RelativeTimeFormat, SupportedLocalesOf) \ 694 V(RelativeTimeFormat, Format) \ 695 V(RelativeTimeFormat, FormatToParts) \ 696 V(RelativeTimeFormat, ResolvedOptions) \
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 192 using RelativeTimeFormat = builtins::BuiltinsRelativeTimeFormat; typedef 714 reinterpret_cast<uintptr_t>(RelativeTimeFormat::RelativeTimeFormatConstructor), 715 reinterpret_cast<uintptr_t>(RelativeTimeFormat::SupportedLocalesOf), 716 reinterpret_cast<uintptr_t>(RelativeTimeFormat::Format), 717 reinterpret_cast<uintptr_t>(RelativeTimeFormat::FormatToParts), 718 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…
|