Files
sdk/tests/corelib
Kevin Millikin fd9603d1d2 dart2js CPS: implement special handling of the Symbol constructor.
There is a 'const' Symbol constructor that is not expressible as a Dart
const constructor because it performs validation of its input.  This is
implemented in the libraries by using a dummy const constructor definition
that does not validate its input and replacing calls to 'new Symbol' with
calls to 'new Symbol.validated' in the compiler.

Without replacing calls to 'new Symbol', the non-validating dummy
implementation will be used, which is not correct.

Closes #24878.

R=asgerf@google.com
BUG=https://github.com/dart-lang/sdk/issues/24878

Review URL: https://codereview.chromium.org/1639313002 .
2016-01-28 08:55:35 +01:00
..
2015-03-25 07:01:46 +00:00
2015-08-11 10:07:10 +02:00
2015-08-11 10:07:10 +02:00
2015-08-11 10:07:10 +02:00
2015-08-11 10:07:10 +02:00
2014-06-26 11:49:11 +00:00
2015-10-15 12:42:36 +02:00