de495c6b20
Instead of comparing the constructor's class name to the one of the Dart object class (or Null class), provide a builtin that returns whether a type is _the_ object or null type. This CL also starts the convention that internal types should have "rti" in their name. R=sra@google.com Review URL: https://codereview.chromium.org//1136913006