Closed
Bug 770421
Opened 12 years ago
Closed 12 years ago
tidy/shorten CallObject::getCalleeFunction()
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: luke, Assigned: luke)
Details
Attachments
(1 file)
21.12 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
Simple syntactic patch:
- rename 'getCalleeFunction' to 'callee' (so my expressions stop overflowing)
- make 'callee' return a JSFunction&, since callee is always a non-null JSFunction
- remove the maybe-NULL getCallee, change single caller to test isForEval.
- remove unused setCallee
- fix wrong comment
Attachment #638599 -
Flags: review?(n.nethercote)
Updated•12 years ago
|
Attachment #638599 -
Flags: review?(n.nethercote) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Target Milestone: --- → mozilla16
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•