mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 21:14:45 +02:00
Global 'arguments' binding is not present in all runtime environments
This commit is contained in:
parent
3c81164266
commit
b11def3bf4
@ -22,4 +22,6 @@ info: |
|
|||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
arguments--;
|
if (false) {
|
||||||
|
arguments--;
|
||||||
|
}
|
||||||
|
@ -22,4 +22,6 @@ info: |
|
|||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
arguments++;
|
if (false) {
|
||||||
|
arguments++;
|
||||||
|
}
|
||||||
|
@ -22,4 +22,6 @@ info: |
|
|||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
--arguments;
|
if (false) {
|
||||||
|
--arguments;
|
||||||
|
}
|
||||||
|
@ -22,4 +22,6 @@ info: |
|
|||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
++arguments;
|
if (false) {
|
||||||
|
++arguments;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user