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

RAB: Integrate staging tests for .fill method #4075

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ioannad
Copy link
Contributor

@ioannad ioannad commented May 3, 2024

of Array.prototype and TypedArray.prototype

This is part of PR #3888 to make reviewing easier.
Includes changes to use the helper ./harness/resizableArrayBufferUtils.js

of Array.prototype and TypedArray.prototype

This is part of PR tc39#3888 to make reviewing easier.
Includes changes to use the helper ./harness/resizableArrayBufferUtils.js
@ioannad ioannad requested a review from a team as a code owner May 3, 2024 19:48
Copy link
Contributor

@ptomato ptomato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, minor comments about the description.

/*---
esid: sec-%typedarray%.prototype.fill
description: >
Array.p.fill behaves correctly when the receiver is backed by
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Array.p.fill behaves correctly when the receiver is backed by
TypedArray.p.fill behaves correctly when the receiver is backed by

/*---
esid: sec-array.prototype.fill
description: >
Array.p.fill called on a TypedArray backed by a resizable buffer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Array.p.fill called on a TypedArray backed by a resizable buffer
Array.p.fill called on a TypedArray backed by a resizable buffer
that goes out of bounds during evaluation of the arguments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants