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

Function ObjectDefineProperty

static/word2md/mammoth.browser.js:5813–5816  ·  view source on GitHub ↗
(o, key, desc)

Source from the content-addressed store, hash-verified

5811 };
5812
5813 var ObjectDefineProperty = function (o, key, desc) {
5814 o[key] = desc.value;
5815 return o;
5816 };
5817
5818 var ObjectFreeze = function (obj) {
5819 return obj;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected