If I create a class manually using the C duktape functions, or query a built in global class: `Object.getOwnPropertyNames(Math)` I get a list of method names. If I query a dukglue created class, I just get an empty array.
If I create a class manually using the C duktape functions, or query a built in global class:
Object.getOwnPropertyNames(Math)I get a list of method names.
If I query a dukglue created class, I just get an empty array.