Skip to content

Hidden JSInstance info not found on object raised #20

@Plamen5kov

Description

@Plamen5kov

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