Closed Bug 1923710 Opened 1 month ago Closed 1 month ago

[Outreachy] Replace sumprecise condition in JSObject.cpp

Categories

(Core :: JavaScript Engine, defect)

defect

Tracking

()

RESOLVED FIXED
133 Branch
Tracking Status
firefox-esr128 --- unaffected
firefox131 --- unaffected
firefox132 --- unaffected
firefox133 --- fixed

People

(Reporter: dminor, Assigned: sarahngima77)

References

(Blocks 1 open bug, Regression)

Details

(Keywords: regression)

Attachments

(1 file)

Bug 1923146 accidentally removed the check for sumPrecise in JSObject.cpp, we should add it back in here:

  if (key == JSProto_Math && !JS::Prefs::experimental_math_sumprecise() &&
      id == NameToId(cx->names().sumPrecise)) {
    return true;
  }

I'll work on this

:moyotawanda, since you are the author of the regressor, bug 1923146, could you take a look?

For more information, please visit BugBot documentation.

Flags: needinfo?(moyotawanda)

Serah is already looking at this :)

Flags: needinfo?(moyotawanda)

Set release status flags based on info from the regressing bug 1923146

Assignee: nobody → sarahngima77
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: