android icon indicating copy to clipboard operation
android copied to clipboard

feat: add class name to native objects

Open edusperoni opened this issue 3 years ago • 0 comments

TODO: tests

this PR adds the class name to the object. Example:

const obj = new java.lang.Boolean();
console.log(obj.constructor.name); // java.lang.Boolean

edusperoni avatar Aug 29 '22 22:08 edusperoni