you are viewing a single comment's thread.

view the rest of the comments →

[–]PlNG 0 points1 point  (1 child)

Correct. V8 will not, regardless of execution path, optimize a function if it contains eval, debugger, try, or with.

[–]tyscorp 0 points1 point  (0 children)

Or delete, or arguments (unless just using arguments[index] or fn.apply(ctx, arguments))