mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 16:04:36 +02:00
parent
340543bc11
commit
659d82ded4
@ -12,7 +12,9 @@ es6id: 12.14.5.3
|
|||||||
|
|
||||||
//- setup
|
//- setup
|
||||||
var x = null;
|
var x = null;
|
||||||
var length;
|
// Use the the top-level lexical scope for 'length' to provide compatibility with browsers
|
||||||
|
// where length and name are properties of WindowProxy
|
||||||
|
let length;
|
||||||
//- elems
|
//- elems
|
||||||
[...{ 0: x, length }]
|
[...{ 0: x, length }]
|
||||||
//- vals
|
//- vals
|
||||||
|
@ -12,7 +12,9 @@ es6id: 12.14.5.3
|
|||||||
|
|
||||||
//- setup
|
//- setup
|
||||||
var x = null;
|
var x = null;
|
||||||
var length;
|
// Use the the top-level lexical scope for 'length' to provide compatibility with browsers
|
||||||
|
// where length and name are properties of WindowProxy
|
||||||
|
let length;
|
||||||
//- elems
|
//- elems
|
||||||
[...{ 0: x, length }]
|
[...{ 0: x, length }]
|
||||||
//- vals
|
//- vals
|
||||||
|
@ -12,7 +12,9 @@ es6id: 12.14.5.3
|
|||||||
|
|
||||||
//- setup
|
//- setup
|
||||||
var x = null;
|
var x = null;
|
||||||
var length;
|
// Use the the top-level lexical scope for 'length' to provide compatibility with browsers
|
||||||
|
// where length and name are properties of WindowProxy
|
||||||
|
let length;
|
||||||
//- elems
|
//- elems
|
||||||
[...{ 0: x, length }]
|
[...{ 0: x, length }]
|
||||||
//- vals
|
//- vals
|
||||||
|
Loading…
x
Reference in New Issue
Block a user