Open Bug 1930661 Opened 22 days ago Updated 22 days ago

js/src/jit-test/tests/debug/class-01.js doesn't test the class behavior

Categories

(Core :: JavaScript Engine, defect, P3)

defect

Tracking

()

People

(Reporter: arai, Unassigned)

Details

https://searchfox.org/mozilla-central/rev/f732a1651018b7c32002981a9c8b8613975ffbf9/js/src/jit-test/tests/debug/class-01.js#1-4

// |jit-test| error: TypeError

let g = newGlobal();
let dbg = Debugger(g);

...

The Debugger call throws TypeError, and the remaining part isn't executed.

Possibly a regression from a change to the requirement around debugger.

You need to log in before you can comment on or make changes to this bug.