FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Hidden JSInstance info not found on object raised · Issue #20 · NativeScript/android · GitHub

Hidden JSInstance info not found on object raised #20

Description

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL