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

Function _set_proto_

ServerEditorWeb/ace/worker-xml.js:1811–1814  ·  view source on GitHub ↗
(thiz,parent)

Source from the content-addressed store, hash-verified

1809
1810
1811function _set_proto_(thiz,parent){
1812 thiz.__proto__ = parent;
1813 return thiz;
1814}
1815if(!(_set_proto_({},_set_proto_.prototype) instanceof _set_proto_)){
1816 _set_proto_ = function(thiz,parent){
1817 function p(){};

Callers 1

worker-xml.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected