Closed Bug 1699273 Opened 3 years ago Closed 3 years ago

Remove JSID_IS_ATOM from js/src/builtin/Array.cpp

Categories

(Core :: JavaScript Engine, enhancement, P5)

enhancement

Tracking

()

RESOLVED FIXED
89 Branch
Tracking Status
firefox89 --- fixed

People

(Reporter: mgaudet, Assigned: mehaboob097, Mentored)

References

Details

(Keywords: good-first-bug)

Attachments

(1 file)

Note: this bug is currently reserved for Outreachy applicants for the Spring/Summer 2021 cycle. If it has not been completed by the end of the application cycle, we will open it up.

Background

The JSID_IS_ATOM calls reflect an old style of SpiderMonkey programming that we think we can start to get away from, internally to the engine.

This Bug

This bug is about removing uses of JSID_IS_ATOM within the js/src/builtin/Array.cpp file. Instead of using JSID_IS_ATOM we should be using JS::PropertyKey::isAtom, which is actually how JSID_IS_ATOM is implemented.

Prerequisites

Before getting started, you'll want to

How you’ll know you’re done

  • The use of JSID_IS_ATOM is removed
  • SpiderMonkey builds
  • The tests run successfully.

Getting Help

Feel free to leave comments on this bug for questions, or, if you have more synchronous questions about this bug, feel free to drop into the #spidermonkey channel on chat.mozilla.org.

Tips:

  • Not sure if the code you've been editing is getting run? Insert a call to MOZ_CRASH, a macro which will crash when executed, and run the entire test suite with an optimized build (for speed). If you see crashes, you can then use a debug build to make sure it's crashing in your code!
Blocks: 1699275
No longer blocks: 1699275

Hello I am an outreachy applicant .
Can I work on this issue

For sure!

Hello Matthew.
Do I discuss regarding the bug here or on the spidermonkey chatroom

Assignee: nobody → mehaboob097
Status: NEW → ASSIGNED
Attachment #9213355 - Attachment description: Bug 1699273 : removed the usage of JSID_IS_ATOM r=mgaudet Gaudet → Bug 1699273 : Remove usage of JSID_IS_ATOM r=mgaudet
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/87d874757a83
Remove usage of JSID_IS_ATOM r=mgaudet

Hello mgaudet,
Now can I now note this down as a contribution in outreachy page ?

Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
Blocks: 1703596
You need to log in before you can comment on or make changes to this bug.