MCPcopy Index your code
hub / github.com/marijnh/Eloquent-JavaScript / 12_4_fixing_scope.js

File 12_4_fixing_scope.js

code/solutions/12_4_fixing_scope.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1specialForms.set = (args, env) => {
2 if (args.length != 2 || args[0].type != "word") {
3 throw new SyntaxError("Bad use of set");
4 }

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected