Hacker News new | ask | show | jobs
by youngtaff 4717 days ago
Sort of, many modern JS engines use lazy parsing, so don't actually parse the contents of a function until it's needed.