dart-sdk/runtime
hausner@google.com 21ca62f8bc Properly resolve top-level setters
Fixes issue 4386.

When converting a getter to a setter (converting a right-hand
side expression to a left-hand side, assignable entity),
we need to know where to look for the setter function.
Top-level setters need to be resolved in the library or prefix
scope in which the getter was found.

R=regis@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45316 260f80e4-7a28-3924-810f-c04153c831b5
2015-04-21 17:36:34 +00:00
..
bin Fix check for return of error before calling SyncDirectoryListing. 2015-04-20 17:23:10 +00:00
include Add Dart_NewIntegerFromUint64. Fix Dart_IntegerToUint64 for negative Smis. 2015-04-14 17:52:06 +00:00
lib Fix bigint division (issue 23238). 2015-04-17 20:30:29 +00:00
observatory Reapply "Add tests for evalutating against activation records." 2015-04-21 01:13:59 +00:00
platform Fix the build. 2015-03-26 19:23:14 +00:00
tests/vm Marks crashing test as crash on MIPS. 2015-04-20 14:42:18 +00:00
third_party/double-conversion - Remove JSCRE from the runtime. 2015-04-08 23:59:23 +00:00
tools First step towards splitting a full snapshot into a vm isolate snapshot and a 2015-03-31 18:46:19 +00:00
vm Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
.gitignore Ignore runtime/pkg/. 2012-12-19 11:25:41 +00:00
BUILD.gn - Remove JSCRE from the runtime. 2015-04-08 23:59:23 +00:00
codereview.settings
CPPLINT.cfg - Use the simulator to do atomic operations that could also 2014-10-27 19:21:33 +00:00
dart-runtime.gyp - Remove JSCRE from the runtime. 2015-04-08 23:59:23 +00:00
PRESUBMIT.py - Add more data collection to the scavenger. 2013-10-16 23:15:11 +00:00