jdk/nashorn/test/script/basic/es6
Sergey Lugovoy 5c841f8049 8057678: Tests for let and const keywords in Nashorn
Reviewed-by: hannesw, lagergren
2014-09-08 15:37:50 +04:00
..
block-function-decl.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
block-function-decl.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const-empty.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const-empty.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const-reassign.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const-reassign.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const-redeclare-extra.js 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00
const-redeclare-extra.js.EXPECTED 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00
const-redeclare.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const-redeclare.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const-self.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const-self.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const-tdz.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const-tdz.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
const.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
for-let.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
for-let.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-eval.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-eval.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-load-lib.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-load.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-load.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-nodeclare.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-nodeclare.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-redeclare-extra.js 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00
let-redeclare-extra.js.EXPECTED 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00
let-redeclare.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-redeclare.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-self.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-self.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-tdz.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let-tdz.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let.js 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let.js.EXPECTED 8051889: Implement block scoping in symbol assignment and scope computation 2014-09-04 15:37:14 +02:00
let_const_closure.js 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00
let_const_closure.js.EXPECTED 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00
let_const_reuse.js 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00
let_const_reuse.js.EXPECTED 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00
let_different_types.js 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00
let_different_types.js.EXPECTED 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00
let_loops.js 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00
let_loops.js.EXPECTED 8057678: Tests for let and const keywords in Nashorn 2014-09-08 15:37:50 +04:00