bang function (v32)

Revision 32 of this benchmark created by Singularity on


Test runner

Ready to run.

Testing in
TestOps/sec
No Bang
(function() {})();
ready
Bang!
!function() {}();
ready
minus
-function() {}();
ready
plus
+function() {}();
ready
squiggly?
~function() {}()
ready
comma operator?
0, function(){}();
ready
Crockford style
(function(){}());
ready
logical operator
true && function(){}(); 
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.