mirror of https://github.com/tc39/test262.git
Fix Intl.Segmenter branding.js
Based on: 44fc8165d5/implementation-contributed/v8/intl/segmenter/segment-iterator-ownPropertyDescriptor.js
This commit is contained in:
parent
d38e98d1f3
commit
314442498e
|
@ -7,6 +7,9 @@ description: Verifies the behavior for the iterators.
|
|||
features: [Intl.Segmenter]
|
||||
---*/
|
||||
|
||||
let seg = new Intl.Segmenter();
|
||||
let segmentIterator = seg.segment('text');
|
||||
let prototype = Object.getPrototypeOf(segmentIterator);
|
||||
const otherReceivers = [
|
||||
1, 123.45, undefined, null, "string", true, false,
|
||||
Intl, Intl.Segmenter, Intl.Segmenter.prototype,
|
||||
|
|
Loading…
Reference in New Issue