Closed
Bug 832094
Opened 13 years ago
Closed 13 years ago
make the top-level function ParseNode always be a PNK_FUNCTION
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: luke, Assigned: luke)
Details
Attachments
(1 file, 1 obsolete file)
|
1.71 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
Right now, it is a PNK_NAME for the top-level function node of a Function-constructor-compiled function. This is useful if one wants to unconditionally go from a top-level function node to its funbox.
Attachment #703672 -
Flags: review?(jorendorff)
| Assignee | ||
Comment 1•13 years ago
|
||
Oops, forgot to qref.
Attachment #703672 -
Attachment is obsolete: true
Attachment #703672 -
Flags: review?(jorendorff)
Attachment #703674 -
Flags: review?(jorendorff)
Comment 2•13 years ago
|
||
Comment on attachment 703674 [details] [diff] [review]
patch
Review of attachment 703674 [details] [diff] [review]:
-----------------------------------------------------------------
By all means.
Attachment #703674 -
Flags: review?(jorendorff) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•