mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 22:45:10 +02:00
Address feedback.
This commit is contained in:
parent
815913a982
commit
653a068481
@ -2,7 +2,6 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-variablestatements-in-catch-blocks
|
esid: sec-variablestatements-in-catch-blocks
|
||||||
es6id: B.3.5
|
|
||||||
description: Re-declaration of catch parameter
|
description: Re-declaration of catch parameter
|
||||||
info: |
|
info: |
|
||||||
[...]
|
[...]
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
// Copyright (C) 2019 Sony Interactive Entertainment Inc.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
author: Ross Kirsling
|
||||||
esid: sec-variablestatements-in-catch-blocks
|
esid: sec-variablestatements-in-catch-blocks
|
||||||
es6id: B.3.5
|
|
||||||
description: Re-declaration of catch parameter (for-of statement)
|
description: Re-declaration of catch parameter (for-of statement)
|
||||||
info: |
|
info: |
|
||||||
It is a Syntax Error if any element of the BoundNames of CatchParameter
|
It is a Syntax Error if any element of the BoundNames of CatchParameter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user