Closed
Bug 1638309
Opened 5 years ago
Closed 11 months ago
Better document the debugger-eval scope hack
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: tcampbell, Assigned: mgaudet)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The clever hack here should be better explained. There are more details in https://phabricator.services.mozilla.com/D75455#2296583 and we should clean them up and put into tree.
Reporter | ||
Comment 1•5 years ago
•
|
||
(Before I lose this off clipboard..)
Eval Scope Eval Env Frame Env Frame Scope
============ ============= ========= =============
NonSyntactic
|
v
null DebugEnvProxy LexicalScope
| |
v v
DebugEnvProxy --> CallObj --> FunctionScope
| | |
v v v
... ... ...
Updated•5 years ago
|
Blocks: js-debugger
Reporter | ||
Updated•1 year ago
|
Assignee: tcampbell → mgaudet
Assignee | ||
Comment 2•11 months ago
|
||
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a87db3b698e1
Better document the debugger-eval scope hack r=tcampbell DONTBUILD
Comment 4•11 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 11 months ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•