copyPropertyNames method

JSPropertyNameArray copyPropertyNames()

Implementation

JSPropertyNameArray copyPropertyNames() {
  return JSPropertyNameArray(js_bd.JSObjectCopyPropertyNames(_context.ref, _ref));
}