rmacnak@google.com
|
4abf50c04d
|
Add LibraryDependencyMirror.isDeferred.
R=asiva@google.com, gbracha@google.com
Review URL: https://codereview.chromium.org//921163004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43829 260f80e4-7a28-3924-810f-c04153c831b5
|
2015-02-17 23:49:40 +00:00 |
|
rmacnak@google.com
|
57dd1321d1
|
Reapply "Access to imports in the VM's runtime mirrors. Extend test coverage of the source mirrors."
Regenerate snapshot test due to change in the size of Namespace. Relate the types source mirror libraries dependencies to the runtime library dependencies.
BUG=http://dartbug.com/10360
Review URL: https://codereview.chromium.org//189843003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33441 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-03-07 19:00:20 +00:00 |
|
rmacnak@google.com
|
62ad4b82ce
|
Revert "Access to imports in the VM's runtime mirrors. Extend test coverage of the source mirrors."
Review URL: https://codereview.chromium.org//189293002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33402 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-03-06 22:45:29 +00:00 |
|
rmacnak@google.com
|
2d0e54a94d
|
Access to imports in the VM's runtime mirrors. Extend test coverage of the source mirrors.
BUG=http://dartbug.com/10360
R=gbracha@google.com, hausner@google.com
Review URL: https://codereview.chromium.org//154733003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33397 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-03-06 22:02:29 +00:00 |
|
rmacnak@google.com
|
068f6286ca
|
Implement topLevelMembers, staticMembers, instanceMembers in the VM.
BUG=http://dartbug.com/14632
R=asiva@google.com, gbracha@google.com
Review URL: https://codereview.chromium.org//67203002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31056 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-12-11 02:08:16 +00:00 |
|
rmacnak@google.com
|
8ee11af36f
|
Add LibraryMirror.declarations and ClassMirror.declarations to the API and both implementations.
Fix bug where partially unmangled names were used in constructor names.
Fix bug where type variables were considered static.
R=gbracha@google.com, johnniwinther@google.com
Review URL: https://codereview.chromium.org//36023003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29261 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-25 17:05:49 +00:00 |
|
mlippautz@google.com
|
cd958c8ca4
|
Fix reparsing of function parameters that include type parameters.
The parser is now properly initializing parsed_function/current_function to make
internal lookups work (instead of crashing).
BUG=
R=hausner@google.com, rmacnak@google.com
Review URL: https://codereview.chromium.org//24019007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27418 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-09-12 01:06:43 +00:00 |
|
mlippautz@google.com
|
817a6fff3a
|
Implement ParameterMirror.{isFinal,hasDefaultValue,defaultValue}.
Fixes issue 12196 and partially addresses issue 12430.
BUG=
R=ahe@google.com, asiva@google.com, gbracha@google.com
Review URL: https://codereview.chromium.org//23020025
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26730 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-27 17:31:09 +00:00 |
|
ahe@google.com
|
ca850cec7b
|
Implement ClassMirror.superinterfaces.
BUG=http://dartbug.com/11863
R=ngeoffray@google.com
Review URL: https://codereview.chromium.org//23226002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26185 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-15 11:05:56 +00:00 |
|
mlippautz@google.com
|
c79874a413
|
ParameterMirror: Implement some missing getters.
Fixes issue 11334 and issue 11684 and issue 11567.
R=asiva@google.com
Review URL: https://codereview.chromium.org//21624006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26086 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-13 21:38:36 +00:00 |
|
ahe@google.com
|
5873a310cd
|
Retain abstract classes.
BUG=http://dartbug.com/6490
R=ngeoffray@google.com
Review URL: https://codereview.chromium.org//19387003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25083 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-17 08:17:54 +00:00 |
|
ahe@google.com
|
d477c3f663
|
Implement JsMethodMirror.constructorName.
BUG=http://dartbug.com/11608
R=kustermann@google.com
Review URL: https://codereview.chromium.org//18216002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24597 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-06-28 17:13:39 +00:00 |
|
ahe@google.com
|
3abe288a30
|
Implement JsMethodMirror.parameters and returnType.
BUG=http://dartbug.com/11513
R=kasperl@google.com
Review URL: https://codereview.chromium.org//18052004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24580 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-06-28 11:07:54 +00:00 |
|