Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JsMethodMirror does not implement MethodMirror.source #14130

Closed
jbdeboer opened this issue Oct 16, 2013 · 2 comments
Closed

JsMethodMirror does not implement MethodMirror.source #14130

jbdeboer opened this issue Oct 16, 2013 · 2 comments
Labels
closed-obsolete Closed as the reported issue is no longer relevant type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js

Comments

@jbdeboer
Copy link

JsMethodMirror is MethodMirror == true

(c.f. http://api.dartlang.org/docs/releases/latest/dart_mirrors/MethodMirror.html )

but I see the following error:

Test failed: Caught NoSuchMethodError : method not found: 'Symbol("source")'
Receiver: Instance of 'JsMethodMirror'
Arguments: []

For a full repo, run Angular.dart's tests at dart-archive/angular.dart@ccb38ce

$ dart --version
Dart VM version: 0.8.1.2_r28355 (Tue Oct 8 06:28:21 2013) on "linux_ia32"

@madsager
Copy link
Contributor

cc @peter-ahe-google.
Added Area-Dart2JS, Triaged labels.

@peter-ahe-google
Copy link
Contributor

The source getter will always return null in dart2js runtime reflection.


Added Accepted label.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-obsolete Closed as the reported issue is no longer relevant type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js
Projects
None yet
Development

No branches or pull requests

5 participants