Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test262/
Dignored-test262-debug-x64-jit.txt9 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/format/en-us-style-short.js
10 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/format/pl-pl-style-narrow.js
11 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/format/pl-pl-style-short.js
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 …]
Dignored-test262-fastverify-x64-jit.txt3 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/locales-valid.js
22 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/formatToParts/en-us-numeric-always.js
39 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/formatToParts/value-tonumber.js
69 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/locales-invalid.js
234 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/format/en-us-numeric-always.js
235 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/format/en-us-style-short.js
236 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/format/pl-pl-style-narrow.js
237 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/formatToParts/unit-plural.js
483 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/format/pl-pl-style-long.js
484 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/formatToParts/en-us-style-short.js
[all …]
Dignored-test262-debug-x64-aot-pgo.txt13 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/supportedLocalesOf/locales-invalid.…
Dignored-test262-fastverify-qemu-aot-pgo.txt2722 test262/data/test_es2021/intl402/RelativeTimeFormat/instance/prototype.js
2723 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/prototype.js
2724 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/options-localeMatcher-i…
2725 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/options-numeric-valid.js
2726 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/options-numeric-invalid…
2727 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/options-numberingSystem…
2728 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/prop-desc.js
2729 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/prop-desc.js
2730 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/options-style-valid.js
2731 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/options-toobject-protot…
[all …]
Dignored-test262-fastverify-qemu-int.txt30 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/supportedLocalesOf/locales-invalid.…
Dignored-test262-fastverify-qemu-aot-pgo-litecg.txt776 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/locales-invalid.js
777 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/supportedLocalesOf/locales-invalid.…
3520 test262/data/test_es2021/intl402/RelativeTimeFormat/instance/prototype.js
3521 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/prototype.js
3522 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/options-localeMatcher-i…
3523 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/options-numeric-valid.js
3524 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/options-numeric-invalid…
3525 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/options-numberingSystem…
3526 test262/data/test_es2021/intl402/RelativeTimeFormat/prototype/prop-desc.js
3527 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/prop-desc.js
[all …]
Dignored-test262-fastverify-x64-aot-pgo-litecg.txt810 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/locales-invalid.js
811 test262/data/test_es2021/intl402/RelativeTimeFormat/constructor/supportedLocalesOf/locales-invalid.…
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_relative_time_format.cpp22 BUILTINS_API_TRACE(thread, RelativeTimeFormat, Constructor); in RelativeTimeFormatConstructor()
67 BUILTINS_API_TRACE(thread, RelativeTimeFormat, SupportedLocalesOf); in SupportedLocalesOf()
90 BUILTINS_API_TRACE(thread, RelativeTimeFormat, Format); in Format()
123 BUILTINS_API_TRACE(thread, RelativeTimeFormat, FormatToParts); in FormatToParts()
156 BUILTINS_API_TRACE(thread, RelativeTimeFormat, ResolvedOptions); in ResolvedOptions()
Dbuiltins_lazy_callback.h44 V(RelativeTimeFormat) \
81 static JSTaggedValue RelativeTimeFormat(JSThread *thread, const JSHandle<JSObject> &obj);
Dbuiltins.cpp165 using RelativeTimeFormat = builtins::BuiltinsRelativeTimeFormat; typedef
3313RelativeTimeFormat::RelativeTimeFormatConstructor, in InitializeRelativeTimeFormat()
3320 …SetFunction(env, rtfFunction, "supportedLocalesOf", RelativeTimeFormat::SupportedLocalesOf, Functi… in InitializeRelativeTimeFormat()
3328 SetFunction(env, rtfPrototype, "format", RelativeTimeFormat::Format, FunctionLength::TWO); in InitializeRelativeTimeFormat()
3331 …SetFunction(env, rtfPrototype, "formatToParts", RelativeTimeFormat::FormatToParts, FunctionLength:… in InitializeRelativeTimeFormat()
3334 …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.txt7496 intl402/RelativeTimeFormat/constructor/constructor/locales-valid.js
7497 intl402/RelativeTimeFormat/constructor/constructor/options-numberingSystem-valid.js
7498 intl402/RelativeTimeFormat/constructor/constructor/options-numeric-valid.js
7499 intl402/RelativeTimeFormat/constructor/constructor/options-order.js
7500 intl402/RelativeTimeFormat/constructor/constructor/options-proto.js
7501 intl402/RelativeTimeFormat/constructor/constructor/options-style-valid.js
7502 intl402/RelativeTimeFormat/constructor/constructor/options-toobject-prototype.js
7503 intl402/RelativeTimeFormat/constructor/constructor/options-toobject.js
7504 intl402/RelativeTimeFormat/constructor/constructor/options-undefined.js
7505 intl402/RelativeTimeFormat/constructor/constructor/proto-from-ctor-realm.js
[all …]
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h760 V(RelativeTimeFormat, Constructor) \
761 V(RelativeTimeFormat, SupportedLocalesOf) \
762 V(RelativeTimeFormat, Format) \
763 V(RelativeTimeFormat, FormatToParts) \
764 V(RelativeTimeFormat, ResolvedOptions) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp164 using RelativeTimeFormat = builtins::BuiltinsRelativeTimeFormat; typedef
689 reinterpret_cast<uintptr_t>(RelativeTimeFormat::RelativeTimeFormatConstructor),
690 reinterpret_cast<uintptr_t>(RelativeTimeFormat::SupportedLocalesOf),
691 reinterpret_cast<uintptr_t>(RelativeTimeFormat::Format),
692 reinterpret_cast<uintptr_t>(RelativeTimeFormat::FormatToParts),
693 reinterpret_cast<uintptr_t>(RelativeTimeFormat::ResolvedOptions),
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/test262/
Dtest262-ignored-JIT-REPEATS.txt1476 intl402/RelativeTimeFormat/constructor/constructor/options-proto.js
1477 intl402/RelativeTimeFormat/constructor/constructor/options-undefined.js
1478 intl402/RelativeTimeFormat/constructor/length.js
1479 intl402/RelativeTimeFormat/constructor/name.js
1480 intl402/RelativeTimeFormat/constructor/prop-desc.js
1481 intl402/RelativeTimeFormat/constructor/supportedLocalesOf/length.js
1482 intl402/RelativeTimeFormat/constructor/supportedLocalesOf/name.js
1483 intl402/RelativeTimeFormat/constructor/supportedLocalesOf/options-toobject.js
1484 intl402/RelativeTimeFormat/constructor/supportedLocalesOf/options-undefined.js
1485 intl402/RelativeTimeFormat/constructor/supportedLocalesOf/prop-desc.js
[all …]
Dtest262-excluded.txt9015 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_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…