mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +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).
|
||||
12. ReturnIfAbrupt(relativeEnd).
|
||||
...
|
||||
features: [Symbol]
|
||||
---*/
|
||||
|
||||
var s = Symbol(1);
|
||||
|
@ -11,6 +11,7 @@ info: >
|
||||
8. Let relativeStart be ToInteger(start).
|
||||
9. ReturnIfAbrupt(relativeStart).
|
||||
...
|
||||
features: [Symbol]
|
||||
---*/
|
||||
|
||||
var s = Symbol(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user