iterating over an array to test whether every element satisfies a condition
the for loop uses "inlining" (the condition is right there, without an extra function call)
the call to every uses the predefined lambda ("cond")
Memory measurements supported only in Chrome.
For precise memory measurements Chrome must be launched with --enable-precise-memory-info flag.
More information: Monitoring JavaScript Memory