9e2c8ef000
The dart2js option --dump-ssa=pattern outputs the SSA CFGs for methods with names matching the RegExp 'pattern' to a '.cfg' file alongside the javascript output, e.g. 'main.js.cfg'. To dump all CFGs, use --dump-ssa=. Change-Id: I8227232d9950bf3d30df0c87709b0c24e8944759 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143082 Commit-Queue: Stephen Adams <sra@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>