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

Method getInternalData

www/js/_hyperscript-max.js:2382–2387  ·  view source on GitHub ↗
(elt)

Source from the content-addressed store, hash-verified

2380 }
2381 }
2382 getInternalData(elt) {
2383 if (!elt._hyperscript) {
2384 elt._hyperscript = {};
2385 }
2386 return elt._hyperscript;
2387 }
2388 #resolveInherited(str, context, startElement) {
2389 var elt = startElement || context.meta && context.meta.owner;
2390 while (elt) {

Callers 12

setSymbolMethod · 0.95
#getElementScopeMethod · 0.95
getEventQueueForMethod · 0.95
#initElementMethod · 0.95
resolveMethod · 0.45
installMethod · 0.45
installMethod · 0.45
_registerListenerFunction · 0.45
connectedCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected