Skip to content
Snippets Groups Projects
Unverified Commit 368d4834 authored by Leonardo Balter's avatar Leonardo Balter
Browse files

Generate tests

parent 659d82de
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,9 @@ info: |
BindingPattern passing rval and undefined as arguments.
---*/
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;
var result;
var vals = [ , ];
......
......@@ -17,7 +17,9 @@ info: |
BindingPattern passing rval and undefined as arguments.
---*/
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;
var result;
var vals = [undefined];
......
......@@ -17,7 +17,9 @@ info: |
BindingPattern passing rval and undefined as arguments.
---*/
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;
var result;
var vals = [];
......
......@@ -26,7 +26,9 @@ info: |
[...]
---*/
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;
var counter = 0;
......
......@@ -26,7 +26,9 @@ info: |
[...]
---*/
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;
var counter = 0;
......
......@@ -26,7 +26,9 @@ info: |
[...]
---*/
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;
var counter = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment