mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
a90d5cb622
The RegExp specification dictates that the internal implementation of RegExp.prototype.exec must go through the RegExpBuiltinExec abstraction. Note there is currently no functional difference in this commit. However this now allows other RegExp.prototype methods to use RegExpExec rather than calling RegExp.prototype.exec. Then, if JavaScript in the wild has overwritten exec, RegExpExec has some protections to defer to RegExpBuiltinExec. |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |