Closed Bug 1710495 Opened 3 years ago Closed 3 years ago

Remove unused args from ReportInNotObjectError

Categories

(Core :: JavaScript Engine, task, P5)

task

Tracking

()

RESOLVED FIXED
90 Branch
Tracking Status
firefox90 --- fixed

People

(Reporter: mgaudet, Assigned: paklovpavel, Mentored)

Details

(Keywords: good-first-bug)

Attachments

(1 file)

ReportInNotObjectError has two args, lindex and rindex that aren't used and should be removed.

Prerequisites

Before getting started, you'll want to

Success Criteria

  • Args are removed, and all call sites adjusted
  • After that, the engine compiles, and passes the shell tests (run mach jit-test and mach jstests).

Questions

If you have questions, feel free to visit us on in the SpiderMonkey room on Matrix. If you don't have a Matrix account, you can sign up here, or post questions here.

Tips and Tricks:

  • SearchFox indexes the Firefox codebase, and allows you to easily find functions, definitions, and more. It's a powerful tool!
  • If you're looking at some code in SpiderMonkey, and are trying to figure out how it gets triggered, one of the easiest ways to do this is to inject a crash by putting MOZ_RELEASE_ASSERT(false); into the code, then running the tests. They will fails when they trigger that line.

i can handle this.

Assignee: nobody → paklovpavel
Status: NEW → ASSIGNED
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/607eec37da62
Remove unused args from ReportInNotObjectError r=mgaudet
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: