chiark / gitweb /
dep.js, dep-ui.js: Remove `with (MOD) { ... }' wrappers from modules.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 27 Jun 2014 15:35:16 +0000 (16:35 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 27 Jun 2014 15:35:16 +0000 (16:35 +0100)
Using `with' is apparently an excellent way of inhibiting optimization
in V8 (and probably other implementations).


No differences found