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)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: arai, Unassigned)
Details
// |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.
Description
•