MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / install

Method install

tools/common/_hyperscript.iife.js:9434–9443  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

9432 this.displayName = "bind";
9433 }
9434 install(target, source, args, runtime2) {
9435 var feature = this;
9436 queueMicrotask(function() {
9437 try {
9438 _bind(feature.left, feature.right, target, feature, runtime2);
9439 } catch (e) {
9440 console.error(e.message || e);
9441 }
9442 });
9443 }
9444 };
9445 function _registerListener(runtime2, elt, listenerTarget, event, handler) {
9446 var eltData = runtime2.getInternalData(elt);

Callers

nothing calls this directly

Calls 1

_bindFunction · 0.70

Tested by

no test coverage detected