mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
416f219573
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. |
||
---|---|---|
.. | ||
ctypes | ||
jsd | ||
narcissus | ||
src | ||
landbranch.pl |