browser.js |
|
0 |
in-statement-position-case-expression-statement-list.js |
---
es6id: 13.1
description: >
function declarations in statement position in strict mode:
case Expression : StatementList
--- |
345 |
in-statement-position-default-statement-list.js |
---
es6id: 13.1
description: >
function declarations in statement position in strict mode:
default : StatementList
--- |
335 |
in-statement-position-do-statement-while-expression.js |
---
es6id: 13.1
description: >
function declarations in statement position:
do Statement while ( Expression )
negative:
phase: parse
type: SyntaxError
--- |
393 |
in-statement-position-for-statement.js |
---
es6id: 13.1
description: >
function declarations in statement position:
for ( ;;) Statement
negative:
phase: parse
type: SyntaxError
--- |
376 |
in-statement-position-if-expression-statement-else-statement-strict.js |
---
es6id: 13.1
description: >
function declarations in statement position in strict mode:
if ( Expression ) Statement else Statement
negative:
phase: parse
type: SyntaxError
flags: [onlyStrict]
--- |
452 |
in-statement-position-if-expression-statement-strict.js |
---
es6id: 13.1
description: >
function declarations in statement position in strict mode:
if ( Expression ) Statement
negative:
phase: parse
type: SyntaxError
flags: [onlyStrict]
--- |
429 |
in-statement-position-while-expression-statement.js |
---
es6id: 13.1
description: >
function declarations in statement position:
while ( Expression ) Statement
negative:
phase: parse
type: SyntaxError
--- |
387 |
shell.js |
|
0 |