MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / toObject

Function toObject

ServerEditorWeb/ace/worker-php.js:6936–6941  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

6934 throw new TypeError();
6935}
6936var toObject = function (o) {
6937 if (o == null) { // this matches both null and undefined
6938 throw new TypeError("can't convert "+o+" to object");
6939 }
6940 return Object(o);
6941};
6942
6943});

Callers 1

worker-php.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected