Closed
Bug 555104
Opened 15 years ago
Closed 15 years ago
remove JS_ExecuteScriptPart
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: luke, Assigned: luke)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
3.73 KB,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
It seems like there are no uses; less is more.
Attachment #435052 -
Flags: review?(brendan)
Comment 1•15 years ago
|
||
Comment on attachment 435052 [details] [diff] [review]
do it
To quote Arnie, "Hasta la vista, baby".
This was misbegotten from day one. True story: the very first JS impl ("Mocha") would bind global functions (the only kind in Netscape 2) and vars at compile time. Moving all name binding to runtime via the prolog left some old embeddings wanting the compile-binds behavior, so I threw them this bone. I should have thrown a rock.
/be
Attachment #435052 -
Flags: review?(brendan) → review+
![]() |
Assignee | |
Comment 2•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•