Closed
Bug 1658556
Opened 5 years ago
Closed 5 years ago
Stop using "stencil" variable name for ScriptStencil type variable
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
82 Branch
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
given that now there are multiple "stencil" types, we should name ScriptStencil-typed variables differently than "stencil", except in script-specific context.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
Where other stencil structure can appear, use script or scriptStencil instead.
Depends on D88203
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/e9cc75098500
Do not use "stencil" for ScriptStencil variable. r=tcampbell
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•