dart-sdk/tests
hausner@google.com 2b4e3c7c99 Implement deferred constant support
Compile time constants lose their const-ness if they are referred
to through a deferred prefix. This CL adds a flag to some ast node
types that remembers whether a field or closure was referred to
via a deferred prefix. If so, the compile-time const analysis flags
the value as non-const.

R=srdjan@google.com

Review URL: https://codereview.chromium.org//226953002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34785 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-07 17:31:32 +00:00
..
_chrome
benchmark_smoke Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
co19 Emit classes that are only referenced by type literals. 2014-04-04 12:57:14 +00:00
compiler Add test for checking sources in source map file. 2014-04-04 11:32:16 +00:00
corelib Begins work on ARM64, first assembler test. 2014-04-02 17:39:32 +00:00
html tests/html/xhr_test - progress is not called 2014-04-05 17:46:04 +00:00
isolate Mark isolate/spawn_uri_multi_test as passing on CSP. 2014-04-04 08:05:56 +00:00
language Implement deferred constant support 2014-04-07 17:31:32 +00:00
lib Revert "Add support for closure calls through getters." 2014-04-07 15:58:49 +00:00
standalone - Handle doubles transferred in message snapshots specially. 2014-04-03 00:58:14 +00:00
try Fix checked-mode problem 2014-04-03 12:24:35 +00:00
utils Fix fyi debug test expectations. 2014-04-04 10:03:18 +00:00
light_unittest.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00