LGTM with a nit.
https://chromiumcodereview.appspot.com/9692036/diff/1/src/ast.h File src/ast.h (right): https://chromiumcodereview.appspot.com/9692036/diff/1/src/ast.h#newcode1344 src/ast.h:1344: bool is_monomorphic_; I don't think we need this member, because is_monomorphic == true iff receiver_type contains something non-nullish. https://chromiumcodereview.appspot.com/9692036/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
