Fix some esids.

Ref #3705.
This commit is contained in:
Ms2ger 2022-11-03 16:03:08 +01:00 committed by Philip Chimento
parent 9e1907e5f7
commit c3c6c86663
26 changed files with 26 additions and 26 deletions

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved. // Copyright (C) 2017 Josh Wolfe. All rights reserved.
// 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: pending esid: sec-bigint.asintn
description: BigInt.asIntN arithmetic test cases description: BigInt.asIntN arithmetic test cases
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved. // Copyright (C) 2017 Josh Wolfe. All rights reserved.
// 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: pending esid: sec-bigint.asintn
description: BigInt.asIntN property descriptor description: BigInt.asIntN property descriptor
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asIntN type coercion for bigint parameter description: BigInt.asIntN type coercion for bigint parameter
esid: pending esid: sec-bigint.asintn
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asIntN type coercion for bigint parameter description: BigInt.asIntN type coercion for bigint parameter
esid: pending esid: sec-bigint.asintn
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asIntN type coercion for bigint parameter description: BigInt.asIntN type coercion for bigint parameter
esid: pending esid: sec-bigint.asintn
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asIntN type coercion for bigint parameter description: BigInt.asIntN type coercion for bigint parameter
esid: pending esid: sec-bigint.asintn
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asIntN type coercion for bits parameter description: BigInt.asIntN type coercion for bits parameter
esid: pending esid: sec-bigint.asintn
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asIntN type coercion for bits parameter description: BigInt.asIntN type coercion for bits parameter
esid: pending esid: sec-bigint.asintn
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asIntN type coercion for bits parameter description: BigInt.asIntN type coercion for bits parameter
esid: pending esid: sec-bigint.asintn
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asIntN type coercion for bits parameter description: BigInt.asIntN type coercion for bits parameter
esid: pending esid: sec-bigint.asintn
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved. // Copyright (C) 2017 Josh Wolfe. All rights reserved.
// 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: pending esid: sec-bigint.asintn
description: BigInt.asIntN.length descriptor description: BigInt.asIntN.length descriptor
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved. // Copyright (C) 2017 Josh Wolfe. All rights reserved.
// 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: pending esid: sec-bigint.asintn
description: BigInt.asIntN.name descriptor description: BigInt.asIntN.name descriptor
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved. // Copyright (C) 2017 Josh Wolfe. All rights reserved.
// 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: pending esid: sec-bigint.asintn
description: BigInt.asIntN order of parameter type coercion description: BigInt.asIntN order of parameter type coercion
info: | info: |
BigInt.asIntN ( bits, bigint ) BigInt.asIntN ( bits, bigint )

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved. // Copyright (C) 2017 Josh Wolfe. All rights reserved.
// 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: pending esid: sec-bigint.asuintn
description: BigInt.asUintN arithmetic test cases description: BigInt.asUintN arithmetic test cases
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved. // Copyright (C) 2017 Josh Wolfe. All rights reserved.
// 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: pending esid: sec-bigint.asuintn
description: BigInt.asUintN property descriptor description: BigInt.asUintN property descriptor
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asUintN type coercion for bigint parameter description: BigInt.asUintN type coercion for bigint parameter
esid: pending esid: sec-bigint.asuintn
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asUintN type coercion for bigint parameter description: BigInt.asUintN type coercion for bigint parameter
esid: pending esid: sec-bigint.asuintn
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asUintN type coercion for bigint parameter description: BigInt.asUintN type coercion for bigint parameter
esid: pending esid: sec-bigint.asuintn
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asUintN type coercion for bigint parameter description: BigInt.asUintN type coercion for bigint parameter
esid: pending esid: sec-bigint.asuintn
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asUintN type coercion for bits parameter description: BigInt.asUintN type coercion for bits parameter
esid: pending esid: sec-bigint.asuintn
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asUintN type coercion for bits parameter description: BigInt.asUintN type coercion for bits parameter
esid: pending esid: sec-bigint.asuintn
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asUintN type coercion for bits parameter description: BigInt.asUintN type coercion for bits parameter
esid: pending esid: sec-bigint.asuintn
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -2,7 +2,7 @@
// 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.
/*--- /*---
description: BigInt.asUintN type coercion for bits parameter description: BigInt.asUintN type coercion for bits parameter
esid: pending esid: sec-bigint.asuintn
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved. // Copyright (C) 2017 Josh Wolfe. All rights reserved.
// 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: pending esid: sec-bigint.asuintn
description: BigInt.asUintN.length descriptor description: BigInt.asUintN.length descriptor
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved. // Copyright (C) 2017 Josh Wolfe. All rights reserved.
// 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: pending esid: sec-bigint.asuintn
description: BigInt.asUintN.name descriptor description: BigInt.asUintN.name descriptor
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Josh Wolfe. All rights reserved. // Copyright (C) 2017 Josh Wolfe. All rights reserved.
// 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: pending esid: sec-bigint.asuintn
description: BigInt.asUintN order of parameter type coercion description: BigInt.asUintN order of parameter type coercion
info: | info: |
BigInt.asUintN ( bits, bigint ) BigInt.asUintN ( bits, bigint )