MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / set

Method set

tools/common/_hyperscript.iife.js:3830–3836  ·  view source on GitHub ↗
(ctx, lhs, value)

Source from the content-addressed store, hash-verified

3828 return { root: this.root };
3829 }
3830 set(ctx, lhs, value) {
3831 ctx.meta.runtime.nullCheck(lhs.root, this.root);
3832 var runtime2 = ctx.meta.runtime;
3833 runtime2.implicitLoop(lhs.root, (elt) => {
3834 runtime2.setProperty(elt, this.prop.value, value);
3835 });
3836 }
3837 };
3838 var OfExpression = class _OfExpression extends Expression {
3839 static grammarName = "ofExpression";

Callers

nothing calls this directly

Calls 3

nullCheckMethod · 0.45
implicitLoopMethod · 0.45
setPropertyMethod · 0.45

Tested by

no test coverage detected