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

Hidden JSInstance info not found on object raised #20

Closed
Plamen5kov opened this issue Feb 13, 2015 · 0 comments
Closed

Hidden JSInstance info not found on object raised #20

Plamen5kov opened this issue Feb 13, 2015 · 0 comments
Assignees

Comments

@Plamen5kov
Copy link
Contributor

var view = new android.view.View.extend({
toString: function () {
return "overriden toString methdo";
},
someRandomMethod: function () {
return "some random method string";
}
}); // << missing (this) causes this error
Log("-------------> " + view.toString());
Log("--------srm--> " + view.someRandomMethod());
Log("--------gb---> " + view.getBaseline());// << this line raises the exception

@Plamen5kov Plamen5kov self-assigned this Feb 13, 2015
atanasovg added a commit that referenced this issue Feb 20, 2015
resolved issue #20 - Hidden JSinstance info ... raised
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant