browser.js |
|
0 |
catch-redeclared-for-in-var.js |
---
esid: sec-variablestatements-in-catch-blocks
es6id: B.3.5
description: Re-declaration of catch parameter (for-in statement)
info: |
It is a Syntax Error if any element of the BoundNames of CatchParameter
also occurs in the VarDeclaredNames of Block, unless CatchParameter is
CatchParameter : BindingIdentifier.
--- |
850 |
catch-redeclared-for-of-var.js |
---
author: Ross Kirsling
esid: sec-variablestatements-in-catch-blocks
description: Re-declaration of catch parameter (for-of statement)
info: |
It is a Syntax Error if any element of the BoundNames of CatchParameter
also occurs in the VarDeclaredNames of Block, unless CatchParameter is
CatchParameter : BindingIdentifier.
--- |
810 |
catch-redeclared-for-var.js |
---
esid: sec-variablestatements-in-catch-blocks
es6id: B.3.5
description: Re-declaration of catch parameter (for statement)
info: |
It is a Syntax Error if any element of the BoundNames of CatchParameter
also occurs in the VarDeclaredNames of Block, unless CatchParameter is
CatchParameter : BindingIdentifier.
--- |
822 |
catch-redeclared-var-statement-captured.js |
---
es5id: 12.14-2
es6id: B.3.5
description: >
catch doesn't change declaration scope - var initializer in catch
with same name as catch parameter changes parameter
--- |
550 |
catch-redeclared-var-statement.js |
---
es5id: 12.14-1
es6id: B.3.5
description: >
catch doesn't change declaration scope - var initializer in catch
with same name as catch parameter changes parameter
--- |
501 |
shell.js |
|
0 |