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

Function protoAugment

static/vuejs/vue.runtime.common.js:766–770  ·  view source on GitHub ↗

* Augment an target Object or Array by intercepting * the prototype chain using __proto__

(target, src)

Source from the content-addressed store, hash-verified

764 * the prototype chain using __proto__
765 */
766function protoAugment (target, src) {
767 /* eslint-disable no-proto */
768 target.__proto__ = src;
769 /* eslint-enable no-proto */
770}
771
772/**
773 * Augment an target Object or Array by defining

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected