MCPcopy Index your code
hub / github.com/codrops/RainEffect / $create

Function $create

demo/js/main.js:3443–3445  ·  view source on GitHub ↗
(it, P)

Source from the content-addressed store, hash-verified

3441 return it;
3442};
3443var $create = function create(it, P){
3444 return P === undefined ? _create(it) : $defineProperties(_create(it), P);
3445};
3446var $propertyIsEnumerable = function propertyIsEnumerable(key){
3447 var E = isEnum.call(this, key);
3448 return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key]

Callers

nothing calls this directly

Calls 2

_createFunction · 0.85
$definePropertiesFunction · 0.70

Tested by

no test coverage detected