Skip to content

Commit

Permalink
Fix some esids.
Browse files Browse the repository at this point in the history
Ref #3705.
  • Loading branch information
Ms2ger authored and ptomato committed Nov 3, 2022
1 parent 9e1907e commit c3c6c86
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asIntN/arithmetic.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: pending
esid: sec-bigint.asintn
description: BigInt.asIntN arithmetic test cases
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asIntN/asIntN.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: pending
esid: sec-bigint.asintn
description: BigInt.asIntN property descriptor
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asIntN/bigint-tobigint-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asIntN type coercion for bigint parameter
esid: pending
esid: sec-bigint.asintn
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asIntN type coercion for bigint parameter
esid: pending
esid: sec-bigint.asintn
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asIntN type coercion for bigint parameter
esid: pending
esid: sec-bigint.asintn
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asIntN/bigint-tobigint.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asIntN type coercion for bigint parameter
esid: pending
esid: sec-bigint.asintn
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asIntN/bits-toindex-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asIntN type coercion for bits parameter
esid: pending
esid: sec-bigint.asintn
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asIntN/bits-toindex-toprimitive.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asIntN type coercion for bits parameter
esid: pending
esid: sec-bigint.asintn
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asIntN type coercion for bits parameter
esid: pending
esid: sec-bigint.asintn
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asIntN/bits-toindex.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asIntN type coercion for bits parameter
esid: pending
esid: sec-bigint.asintn
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asIntN/length.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: pending
esid: sec-bigint.asintn
description: BigInt.asIntN.length descriptor
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asIntN/name.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: pending
esid: sec-bigint.asintn
description: BigInt.asIntN.name descriptor
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asIntN/order-of-steps.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: pending
esid: sec-bigint.asintn
description: BigInt.asIntN order of parameter type coercion
info: |
BigInt.asIntN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asUintN/arithmetic.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: pending
esid: sec-bigint.asuintn
description: BigInt.asUintN arithmetic test cases
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asUintN/asUintN.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: pending
esid: sec-bigint.asuintn
description: BigInt.asUintN property descriptor
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asUintN/bigint-tobigint-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asUintN type coercion for bigint parameter
esid: pending
esid: sec-bigint.asuintn
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asUintN type coercion for bigint parameter
esid: pending
esid: sec-bigint.asuintn
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asUintN type coercion for bigint parameter
esid: pending
esid: sec-bigint.asuintn
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asUintN/bigint-tobigint.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asUintN type coercion for bigint parameter
esid: pending
esid: sec-bigint.asuintn
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asUintN/bits-toindex-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asUintN type coercion for bits parameter
esid: pending
esid: sec-bigint.asuintn
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asUintN/bits-toindex-toprimitive.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asUintN type coercion for bits parameter
esid: pending
esid: sec-bigint.asuintn
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asUintN type coercion for bits parameter
esid: pending
esid: sec-bigint.asuintn
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asUintN/bits-toindex.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt.asUintN type coercion for bits parameter
esid: pending
esid: sec-bigint.asuintn
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asUintN/length.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: pending
esid: sec-bigint.asuintn
description: BigInt.asUintN.length descriptor
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asUintN/name.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: pending
esid: sec-bigint.asuintn
description: BigInt.asUintN.name descriptor
info: |
BigInt.asUintN ( bits, bigint )
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/BigInt/asUintN/order-of-steps.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: pending
esid: sec-bigint.asuintn
description: BigInt.asUintN order of parameter type coercion
info: |
BigInt.asUintN ( bits, bigint )
Expand Down

0 comments on commit c3c6c86

Please sign in to comment.