caceddba8f
Replace the C++ implementation of the default Map constructor with a Dart version that uses the existing native setters to initialize members. This avoid the expensive runtime transition when doing "new Map()". BUG=#26046 R=asiva@google.com Review URL: https://codereview.chromium.org/2278273003 .