MCPcopy
hub / github.com/pixijs/pixijs / init_ClassHandle

Function init_ClassHandle

transcoders/basis/basis_transcoder.js:524–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522
523 return this;
524 } function init_ClassHandle() { ClassHandle.prototype.isAliasOf = ClassHandle_isAliasOf; ClassHandle.prototype.clone = ClassHandle_clone; ClassHandle.prototype.delete = ClassHandle_delete; ClassHandle.prototype.isDeleted = ClassHandle_isDeleted; ClassHandle.prototype.deleteLater = ClassHandle_deleteLater; } function ClassHandle() {} const registeredPointers = {};
525
526 function ensureOverloadTable(proto, methodName, humanName)
527 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected