Open
Bug 923729
Opened 11 years ago
Updated 2 years ago
[jsdbg2] Debugger.onEnterFrame completions will never be yields
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.52 KB,
text/plain
|
Details |
... because we are getting the call/returns of the @@iteration protocol instead. I discovered this while working on adding the "why" property to the tracer's frame exit packets. Attached the test output which highlights the problem.
Reporter | ||
Updated•11 years ago
|
Component: Developer Tools → JavaScript Engine
Product: Firefox → Core
Reporter | ||
Updated•11 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•5 years ago
|
Blocks: js-debugger
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•