Open
Bug 1623169
Opened 5 years ago
Updated 2 years ago
Create js::stencil namespace inside SharedStencil.h
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: caroline, Unassigned)
References
(Blocks 1 open bug)
Details
We moved JSTryNote / ScopeNote / ImmutableScriptData to a new header file, SharedStencil.h. It would be helpful to have these structures in a js::stencil namespace.
Then, in JSScript.h, we can pull these into js namespace with an alias.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Depends on: 1605387
Keywords: good-first-bug
Updated•4 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•