Closed Bug 775647 Opened 12 years ago Closed 12 years ago

rm PND_INITIALIZED

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla17

People

(Reporter: luke, Assigned: luke)

Details

(Whiteboard: [js:t])

Attachments

(2 files)

PND_INITIALIZED is now almost entirely unused.  The one use (commented in the patch) really just wants to know whether we are initializing a const vs. assigning to it (bad).  Removing this removes several confusing blobs from the Parser.
This is a trivial patch to merge branches in BindVarOrConst.
Attachment #643920 - Flags: review?(jimb)
Attachment #643921 - Flags: review?(jimb)
Comment on attachment 643920 [details] [diff] [review]
preparation: tidy BindVarOrConst

Actually, ejpbruel has been getting into all this recently and volunteered himself for review.
Attachment #643920 - Flags: review?(jimb) → review?(ejpbruel)
Attachment #643921 - Flags: review?(jimb) → review?(ejpbruel)
Comment on attachment 643920 [details] [diff] [review]
preparation: tidy BindVarOrConst

Review of attachment 643920 [details] [diff] [review]:
-----------------------------------------------------------------

This looks good to me. If the call to addHoist is never reached, are we getting rid of it as well?
Attachment #643920 - Flags: review+
Comment on attachment 643921 [details] [diff] [review]
rm PND_INITIALIZED

Review of attachment 643921 [details] [diff] [review]:
-----------------------------------------------------------------

Looks good to me. You might also want to remove the reference to the term 'fresh' on line 2264, since it no longer has any meaning after this patch.
Attachment #643921 - Flags: review+
Attachment #643920 - Flags: review?(ejpbruel)
Attachment #643921 - Flags: review?(ejpbruel)
Whiteboard: [js:t]
https://hg.mozilla.org/mozilla-central/rev/b65ced8fa66b
https://hg.mozilla.org/mozilla-central/rev/81cf39a89c70
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.

Attachment

General

Created:
Updated:
Size: