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

Function namedGetter

static/word2md/mammoth.browser.js:4384–4386  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

4382};
4383
4384function namedGetter(obj) {
4385 return obj[this];
4386}
4387function indexedGetter(obj) {
4388 var index = +this;
4389 if (index < 0) index = Math.max(0, index + obj.length);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected