mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
(No bug): Remove comment referring to deleted functions. r=luke on IRC
This commit is contained in:
parent
f966cbcfe7
commit
0c7b3827b0
@ -2734,11 +2734,6 @@ CheckDestructuring(JSContext *cx, BindData *data, ParseNode *left, TreeContext *
|
||||
* to cover the entire initializer, so that the initialized bindings do not
|
||||
* appear to dominate any closures in the initializer. See bug 496134.
|
||||
*
|
||||
* The quick-and-dirty dominance computation in Parser::setFunctionKinds is not
|
||||
* very precise. With one-pass SSA construction from structured source code
|
||||
* (see "Single-Pass Generation of Static Single Assignment Form for Structured
|
||||
* Languages", Brandis and Mössenböck), we could do much better.
|
||||
*
|
||||
* See CheckDestructuring, immediately above. If you change either of these
|
||||
* functions, you might have to change the other to match.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user