mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 05:24:38 +02:00
fixup! Add tests for Array.prototype.copyWithin
This commit is contained in:
parent
2a32ff4a66
commit
e72f4bcd62
@ -12,6 +12,7 @@ info: >
|
|||||||
ToInteger(end).
|
ToInteger(end).
|
||||||
12. ReturnIfAbrupt(relativeEnd).
|
12. ReturnIfAbrupt(relativeEnd).
|
||||||
...
|
...
|
||||||
|
features: [Symbol]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var s = Symbol(1);
|
var s = Symbol(1);
|
||||||
|
@ -11,6 +11,7 @@ info: >
|
|||||||
8. Let relativeStart be ToInteger(start).
|
8. Let relativeStart be ToInteger(start).
|
||||||
9. ReturnIfAbrupt(relativeStart).
|
9. ReturnIfAbrupt(relativeStart).
|
||||||
...
|
...
|
||||||
|
features: [Symbol]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var s = Symbol(1);
|
var s = Symbol(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user