Skip to content

lib: don't penalize setInterval/setTimeout common case

The common case is where setTimeout() is called with two arguments, the callback and the timeout. Specifying optional arguments in the parameter list forces common case calls to go through an arguments adaptor stack frame.

R=@trevnorris?

Merge request reports

Loading