Skip to content

machina.utils.getLeaklessArgs

Jim Cowart edited this page Feb 2, 2015 · 1 revision

machina.utils.getLeaklessArgs()

description: used internally in place of Array.prototype.slice on method arguments, due to the fact that some runtimes de-optimize slicing arguments due to it being an arguments leak.

For more info, see Optimization killers - Leaking Arguments.

Clone this wiki locally