[Webkit-unassigned] [Bug 163208] [ES6]. Implement Annex B.3.3 function hoisting rules for eval

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 29 17:05:09 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=163208

--- Comment #61 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 304941
  --> https://bugs.webkit.org/attachment.cgi?id=304941
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=304941&action=review

> Source/JavaScriptCore/interpreter/Interpreter.cpp:1095
> +    int numTopLevelFunctionDecls = eval->numTopLevelFunctionDecls();
> +    unsigned numCodeBlockFunctionDecls = eval->numCodeBlockFunctionDecls();

These names are not better IMO.

I still don't understand what the difference here is. Can you explain this to me with an example?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170330/497b3891/attachment.html>


More information about the webkit-unassigned mailing list