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

Method makeContext

www/js/_hyperscript-max.js:2266–2268  ·  view source on GitHub ↗
(owner, feature, hyperscriptTarget, event)

Source from the content-addressed store, hash-verified

2264 // Context and scope
2265 // =================================================================
2266 makeContext(owner, feature, hyperscriptTarget, event) {
2267 return new Context(owner, feature, hyperscriptTarget, event, this, this.#globalScope, this.#kernel, this.#tokenizer);
2268 }
2269 getHyperscriptFeatures(elt) {
2270 var data = this.getInternalData(elt);
2271 if (!data.features) {

Callers 15

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
renderFunction · 0.45
resolveMethod · 0.45
evaluateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected