mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7a7a5e4cd2
They don't need to be separate, and combining them simplifies things and makes script data slightly more compact. Notes: - The big comment above CGObjectList::add() appears to be mostly incorrect now, so the patch removes most of it. - The hasRegexps() condition in IsEvalCacheCandidate() is no longer necessary because that condition is subsumed by the |script->objects()->length == 1| condition -- if there's only one object, it's for the object that entrains the eval's scope, which means there aren't any regexp objects. |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
public | ||
src | ||
xpconnect |