mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
c170dd323e
Before usage of GetGlobal was prevented whenever eval() is present in the scope chain. With this change GetGlobal is emitted for `g` in the following program: ```js function screw_everything_up() { eval(""); } var g; g; ``` It makes Octane/mandreel.js benchmark run 2x faster :) |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
BuggieBox | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |