Open
Bug 1317908
Opened 9 years ago
Updated 3 years ago
[jsdbg2] Debugger tests don't cover forcing return values from generators and async functions
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: jimb, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: triage-deferred)
As bug 1317824 revealed, the Debugger unit tests in js/src/jit-test/tests/debug don't cover forcing return values of various sorts from generators and async functions, which the engine "knows" conform to the iterator protocol, and always return { done: BOOL, value: VALUE } objects.
Updated•8 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•5 years ago
|
Blocks: js-debugger
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•