browser.js |
|
0 |
extensibility.js |
---
esid: sec-Intl.RelativeTimeFormat
description: >
Intl.RelativeTimeFormat instance object extensibility
info: |
17 ECMAScript Standard Built-in Objects:
Unless specified otherwise, the [[Extensible]] internal slot
of a built-in object initially has the value true.
features: [Intl.RelativeTimeFormat]
--- |
627 |
prototype.js |
---
esid: sec-Intl.RelativeTimeFormat
description: >
Intl.RelativeTimeFormat instance object is created from %RelativeTimeFormatPrototype%.
info: |
Intl.RelativeTimeFormat ([ locales [ , options ]])
2. Let relativeTimeFormat be ! OrdinaryCreateFromConstructor(NewTarget, "%RelativeTimeFormatPrototype%").
features: [Intl.RelativeTimeFormat]
--- |
731 |
shell.js |
|
0 |