b34267d0d7
This fixes an inconsistency in mirrors where some classes in dart:* would claim to have a field but throw NSM if one attempts to access it, and prevents accessing private static fields of dart:* that don't have implicit getters or setters. R=asiva@google.com Review URL: https://codereview.chromium.org//1280713002 .