Closed
Bug 40485
Opened 25 years ago
Closed 24 years ago
Patch to catch bytecode generated by javascript compiler
Categories
(Rhino Graveyard :: Compiler, enhancement, P3)
Rhino Graveyard
Compiler
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vajda, Assigned: norrisboyd)
Details
Attachments
(3 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details |
- added ClassOutput interface
- added setter/getter on Context and NameHelper (and its implementation).
- instead of adding parameters in quite a few places, I followed the model
set by Context.setTargetClassFileName() et al. by adding
Context.setClassOutput(). The classOutput gets used when a class is
produced unless Context.setTargetClassFileName() was called.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•25 years ago
|
||
Looks good. Regression tests pass with this change.
Since it introduces a new API class and we're trying to wrap up 1.5R1, I think
I'll put this into 1.5R2.
Assignee | ||
Comment 6•24 years ago
|
||
I finally committed this. Thanks for your contribution!
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•