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

Method makeContext

src/core/runtime/runtime.js:223–225  ·  view source on GitHub ↗
(owner, feature, hyperscriptTarget, event)

Source from the content-addressed store, hash-verified

221 // =================================================================
222
223 makeContext(owner, feature, hyperscriptTarget, event) {
224 return new Context(owner, feature, hyperscriptTarget, event, this, this.#globalScope, this.#kernel, this.#tokenizer)
225 }
226
227 getHyperscriptFeatures(elt) {
228 var data = this.getInternalData(elt);

Callers 15

evaluateFunction · 0.45
parseMethod · 0.45
parentContextFunction · 0.45
_renderTemplateMethod · 0.45
makeHandlerFunction · 0.45
renderFunction · 0.45
resolveMethod · 0.45
installMethod · 0.45
handlerMethod · 0.45
installMethod · 0.45
installMethod · 0.45
installMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected