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

Implement ArrayBuffer built-in object #1301

Closed
Razican opened this issue May 31, 2021 · 4 comments · Fixed by #1552
Closed

Implement ArrayBuffer built-in object #1301

Razican opened this issue May 31, 2021 · 4 comments · Fixed by #1552
Assignees
Labels
builtins PRs and Issues related to builtins/intrinsics enhancement New feature or request
Milestone

Comments

@Razican
Copy link
Member

Razican commented May 31, 2021

ECMASCript feature
The ArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer. You can check how this works in the MDN, and in the specification.

Example code

const buffer = new ArrayBuffer(8);

Tips for implementation
You can see #1033 to get ideas on how to implement the ArrayBuffer object. Feel free to ask for mentoring.

@Razican Razican added enhancement New feature or request builtins PRs and Issues related to builtins/intrinsics labels May 31, 2021
@Razican Razican added this to the v0.13.0 milestone May 31, 2021
@demfabris
Copy link

demfabris commented Jun 9, 2021

Hi @Razican . I'm willing to begin contributing to Boa regularly.
Would you give me a hand on a first issue?

Feel free to assign any good first issue to me, i'll take it

@Razican
Copy link
Member Author

Razican commented Jun 10, 2021

Hi @Razican . I'm willing to begin contributing to Boa regularly.
Would you give me a hand on a first issue?

Feel free to assign any good first issue to me, i'll take it

Would you like to take this one? It's not marked as "good first issue", but I think it's a good one to learn about built-in objects. Let me know if you'd like any help :)

@demfabris
Copy link

Sounds good. I'll take this one

@demfabris
Copy link

#1322

@Razican Razican linked a pull request Jun 15, 2021 that will close this issue
@raskad raskad linked a pull request Sep 25, 2021 that will close this issue
@raskad raskad assigned raskad and unassigned demfabris Sep 25, 2021
@Razican Razican modified the milestones: v0.13.0, v0.14.0 Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builtins PRs and Issues related to builtins/intrinsics enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants