MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / toObject

Function toObject

lib/web/polyfill.js:177–179  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

175 , ES5Object = Object
176 , Dict;
177function toObject(it){
178 return ES5Object(assertDefined(it));
179}
180function returnIt(it){
181 return it;
182}

Callers 5

keyOfFunction · 0.70
createArrayContainsFunction · 0.70
polyfill.jsFile · 0.70
wrapObjectMethodFunction · 0.70
createObjectToArrayFunction · 0.70

Calls 1

assertDefinedFunction · 0.85

Tested by

no test coverage detected