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)

defect

Tracking

()

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.
Keywords: triage-deferred
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.