MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / _isAssignable

Function _isAssignable

www/js/_hyperscript-max.js:9903–9907  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

9901 eltData.listeners.push({ target: listenerTarget, event, handler });
9902 }
9903 function _isAssignable(expr) {
9904 if (expr.type === "classRef") return true;
9905 if (expr.type === "attributeRef") return true;
9906 return typeof expr.set === "function";
9907 }
9908 function _bind(left, right, target, feature, runtime2) {
9909 var ctx = runtime2.makeContext(target, feature, target, null);
9910 var leftSide = _resolveSide(left, target, feature, runtime2, ctx);

Callers 1

_bindFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected