NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
519 stars 135 forks source link

feat: add class name to native objects #1723

Closed edusperoni closed 1 year ago

edusperoni commented 1 year ago

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