Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some esids. #3710

Merged
merged 1 commit into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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