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

Function def

static/vuejs/vue.runtime.js:371–378  ·  view source on GitHub ↗

* Define a property.

(obj, key, val, enumerable)

Source from the content-addressed store, hash-verified

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

Callers 3

vue.runtime.jsFile · 0.70
ObserverFunction · 0.70
copyAugmentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected