https://chromiumcodereview.appspot.com/9221011/diff/1/src/ast.h File src/ast.h (right):
https://chromiumcodereview.appspot.com/9221011/diff/1/src/ast.h#newcode153 src/ast.h:153: typedef int Flag; Drive-by comment: One could use EnumSet<FlagIndex> instead of plain old int here and kill all the masks. "FlagIndex" might need some better name then, too... https://chromiumcodereview.appspot.com/9221011/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
