Fix Intl.Segmenter branding.js

Based on: 44fc8165d5/implementation-contributed/v8/intl/segmenter/segment-iterator-ownPropertyDescriptor.js
This commit is contained in:
Rick Waldron 2018-10-31 12:45:34 -04:00
parent d38e98d1f3
commit 314442498e
1 changed files with 3 additions and 0 deletions

View File

@ -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,