MCPcopy Index your code
hub / github.com/autoNumeric/autoNumeric / _createWeakMap

Method _createWeakMap

src/AutoNumeric.js:3584–3586  ·  view source on GitHub ↗

* Create a WeakMap with the given name. * * @param {string} weakMapName * @private

(weakMapName)

Source from the content-addressed store, hash-verified

3582 * @private
3583 */
3584 static _createWeakMap(weakMapName) {
3585 window[weakMapName] = new WeakMap();
3586 }
3587
3588 /**
3589 * Create a list of all the AutoNumeric elements that are initialized on the current page.

Callers 1

_createGlobalListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected