browser.js |
|
0 |
extensibility.js |
---
esid: sec-Intl.Segmenter
description: Intl.Segmenter 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.Segmenter]
--- |
663 |
prototype.js |
---
esid: sec-Intl.Segmenter
description: Intl.Segmenter instance object is created from %SegmenterPrototype%.
info: |
Intl.Segmenter ([ locales [ , options ]])
2. Let segmenter be ? OrdinaryCreateFromConstructor(NewTarget, "%SegmenterPrototype%", « [[InitializedSegmenter]] »).
features: [Intl.Segmenter]
--- |
754 |
shell.js |
|
0 |