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

Function isExcludedProto

static/word2md/mammoth.browser.js:9305–9312  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

9303 ];
9304
9305 var isExcludedProto = function(val) {
9306 for (var i = 0; i < excludedPrototypes.length; ++i) {
9307 if (excludedPrototypes[i] === val) {
9308 return true;
9309 }
9310 }
9311 return false;
9312 };
9313
9314 if (es5.isES5) {
9315 var getKeys = Object.getOwnPropertyNames;

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected