android
android copied to clipboard
feat: add class name to native objects
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