NeilFraser / JS-Interpreter

A sandboxed JavaScript interpreter in JavaScript.
Apache License 2.0
2k stars 353 forks source link

Replace bind with call on step functions #131

Open NeilFraser opened 6 years ago

NeilFraser commented 6 years ago

Potential performance boost: https://github.com/NeilFraser/CodeCity/pull/127