NeilFraser / JS-Interpreter

A sandboxed JavaScript interpreter in JavaScript.
Apache License 2.0
1.96k stars 352 forks source link

Support readonly nature of named functions #252

Closed NeilFraser closed 1 year ago

NeilFraser commented 1 year ago

I think I have a full understanding of what's happening and that this PR is completely correct. But was a mind-bender. @cpcallen Does this look right to you? Commits should be examined separately.

Resolves #251