MCPcopy
hub / github.com/chartjs/Chart.js / ownKeys

Function ownKeys

src/helpers/helpers.config.ts:94–96  ·  view source on GitHub ↗

* A trap for Object.getOwnPropertyNames and Object.getOwnPropertySymbols.

(target)

Source from the content-addressed store, hash-verified

92 * A trap for Object.getOwnPropertyNames and Object.getOwnPropertySymbols.
93 */
94 ownKeys(target) {
95 return getKeysFromAllScopes(target);
96 },
97
98 /**
99 * A trap for setting property values.

Callers

nothing calls this directly

Calls 1

getKeysFromAllScopesFunction · 0.85

Tested by

no test coverage detected