gecko/js
Jim Blandy 416f219573 Bug 515233: Move the TSF_DESTRUCTURING flag to the tree context. r=igor
The flag TSF_DESTRUCTURING is used by the parser to modify the way
variables in the destructuring pattern get represented in the parse
tree.  It is never set or used by the tokenizer.  This patch moves it
to JSTreeContext::flags, where it belongs, now that that field is wide
enough to hold it.

It also renames the flag TCF_DECL_DESTRUCTURING, since the flag is
only used for destructuring patterns that occur in declarations; it is
not set when processing assignment-like destructuring patterns.
2009-10-08 10:29:03 -07:00
..
ctypes Fix error. 2009-09-28 14:14:56 -07:00
jsd Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks 2009-08-27 08:53:13 -07:00
narcissus Fuss over comment in last changeset (518765). 2009-09-25 20:20:27 -07:00
src Bug 515233: Move the TSF_DESTRUCTURING flag to the tree context. r=igor 2009-10-08 10:29:03 -07:00
landbranch.pl