bang function (v8)

Revision 8 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
No Bang - Brackets Outside
(function() {})();
ready
Bang!
!function() {}();
ready
minus
-function() {}();
ready
plus
+function() {}();
ready
squiggly?
~function() {}()
ready
No Bang - Brackets Inside
(function() {}());
ready

Revisions

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