MCPcopy Index your code
hub / github.com/SortableJS/Sortable / ownKeys

Function ownKeys

Sortable.js:44–53  ·  view source on GitHub ↗
(e, r)

Source from the content-addressed store, hash-verified

42 throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
43 }
44 function ownKeys(e, r) {
45 var t = Object.keys(e);
46 if (Object.getOwnPropertySymbols) {
47 var o = Object.getOwnPropertySymbols(e);
48 r && (o = o.filter(function (r) {
49 return Object.getOwnPropertyDescriptor(e, r).enumerable;
50 })), t.push.apply(t, o);
51 }
52 return t;
53 }
54 function _objectSpread2(e) {
55 for (var r = 1; r < arguments.length; r++) {
56 var t = null != arguments[r] ? arguments[r] : {};

Callers 1

_objectSpread2Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…