[JSC] Add some more scope checks in globalFuncCopyDataProperties
Created attachment 417786 [details] Patch
<rdar://problem/73242251>
Comment on attachment 417786 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=417786&action=review r=me with suggested title change. > Source/JavaScriptCore/ChangeLog:3 > + [JSC] Add some more scope checks in globalFuncCopyDataProperties I think "exception checks" would be more accurate than "scope checks".
Comment on attachment 417786 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=417786&action=review >> Source/JavaScriptCore/ChangeLog:3 >> + [JSC] Add some more scope checks in globalFuncCopyDataProperties > > I think "exception checks" would be more accurate than "scope checks". Thanks! Fixed.
Committed r271568: <https://trac.webkit.org/changeset/271568>