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

Function toFastProperties

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

Source from the content-addressed store, hash-verified

9385}
9386
9387function toFastProperties(obj) {
9388 /*jshint -W027,-W055,-W031*/
9389 function FakeConstructor() {}
9390 FakeConstructor.prototype = obj;
9391 var l = 8;
9392 while (l--) new FakeConstructor();
9393 return obj;
9394 eval(obj);
9395}
9396
9397var rident = /^[a-z$_][a-z$_0-9]*$/i;
9398function isIdentifier(str) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected