7615e899be
Computing the hash code for closures is fairly expensive since it involves the function name and signature strings. This CL caches the hash code in the ClosureData object. Fixes #28161. R=asiva@google.com Review-Url: https://codereview.chromium.org/2598623002 .