MCPcopy Create free account
hub / github.com/TruthHun/BookStack / def

Function def

static/vuejs/vue.esm.js:369–376  ·  view source on GitHub ↗

* Define a property.

(obj, key, val, enumerable)

Source from the content-addressed store, hash-verified

367 * Define a property.
368 */
369function def (obj, key, val, enumerable) {
370 Object.defineProperty(obj, key, {
371 value: val,
372 enumerable: !!enumerable,
373 writable: true,
374 configurable: true
375 });
376}
377
378/**
379 * Parse simple path.

Callers 3

vue.esm.jsFile · 0.70
ObserverFunction · 0.70
copyAugmentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected