copyPropertyNames method
Gets the names of an object's enumerable properties.
Implementation
JSPropertyNameArray copyPropertyNames() {
return JSPropertyNameArray(
JSObjectRef.jSObjectCopyPropertyNames(context.pointer, pointer));
}
Gets the names of an object's enumerable properties.
JSPropertyNameArray copyPropertyNames() {
return JSPropertyNameArray(
JSObjectRef.jSObjectCopyPropertyNames(context.pointer, pointer));
}