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

Method makeContext

tools/common/_hyperscript.iife.js:2253–2255  ·  view source on GitHub ↗
(owner, feature, hyperscriptTarget, event)

Source from the content-addressed store, hash-verified

2251 // Context and scope
2252 // =================================================================
2253 makeContext(owner, feature, hyperscriptTarget, event) {
2254 return new Context(owner, feature, hyperscriptTarget, event, this, this.#globalScope, this.#kernel, this.#tokenizer);
2255 }
2256 getHyperscriptFeatures(elt) {
2257 var data = this.getInternalData(elt);
2258 if (!data.features) {

Callers 12

installMethod · 0.45
funcMethod · 0.45
installMethod · 0.45
handlerMethod · 0.45
installMethod · 0.45
installMethod · 0.45
_bindFunction · 0.45
_createExpressionSideFunction · 0.45
installMethod · 0.45
resolveMethod · 0.45
renderFunction · 0.45
evaluateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected