MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / toObject

Function toObject

static/js/ace.js:950–955  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

948 throw new TypeError();
949}
950var toObject = function (o) {
951 if (o == null) { // this matches both null and undefined
952 throw new TypeError("can't convert "+o+" to object");
953 }
954 return Object(o);
955};
956
957});
958

Callers 1

ace.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected