mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 00:14:35 +02:00
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]
|
features: [Intl.Segmenter]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
let seg = new Intl.Segmenter();
|
||||||
|
let segmentIterator = seg.segment('text');
|
||||||
|
let prototype = Object.getPrototypeOf(segmentIterator);
|
||||||
const otherReceivers = [
|
const otherReceivers = [
|
||||||
1, 123.45, undefined, null, "string", true, false,
|
1, 123.45, undefined, null, "string", true, false,
|
||||||
Intl, Intl.Segmenter, Intl.Segmenter.prototype,
|
Intl, Intl.Segmenter, Intl.Segmenter.prototype,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user