Files
sdk/runtime/lib
rmacnak@google.com 045bd762d7 Mark all private functions in dart: libraries as invisible (*sniff*). Previously these functions were only marked invisible if they were also native, a constructor, or on a black list.
An invisible function is hidden from stack traces, will not be enumerated
by mirrors, and cannot be directly invoked by mirrors. Note that private
classes remain accessible.

Fix a few internal dart:io functions that should be private.

Fix bug where mirrors would enumerate top-level invisible functions.

Mark observatory test that was using such private functions through
mirrors as failing.

BUG=http://dartbug.com/15274
R=hausner@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43019 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-20 18:32:19 +00:00
..
2014-09-09 21:47:44 +00:00
2014-09-09 21:47:44 +00:00
2014-11-18 23:10:07 +00:00
2014-09-09 21:47:44 +00:00
2014-01-24 22:00:04 +00:00
2014-11-13 13:53:58 +00:00
2015-01-12 23:14:30 +00:00
2015-01-12 23:14:30 +00:00
2014-09-09 21:47:44 +00:00
2013-09-20 15:54:10 +00:00
2014-10-31 23:16:11 +00:00
2014-08-19 21:15:39 +00:00
2013-09-25 13:52:15 +00:00