Bug 205533 - [JSC] Remove m_globalObject field from JSFunction
Summary: [JSC] Remove m_globalObject field from JSFunction
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-12-20 17:24 PST by Yusuke Suzuki
Modified: 2019-12-21 01:50 PST (History)
8 users (show)

See Also:


Attachments
Patch (10.47 KB, patch)
2019-12-20 18:15 PST, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2019-12-20 17:24:36 PST
This is only used for NativeExecutable case. And in that case, m_scope should be JSGlobalObject.
Comment 1 Yusuke Suzuki 2019-12-20 18:15:27 PST
Created attachment 386284 [details]
Patch
Comment 2 Mark Lam 2019-12-20 20:15:45 PST
Comment on attachment 386284 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2019-12-21 01:49:47 PST
Comment on attachment 386284 [details]
Patch

Clearing flags on attachment: 386284

Committed r253862: <https://trac.webkit.org/changeset/253862>
Comment 4 WebKit Commit Bot 2019-12-21 01:49:48 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-12-21 01:50:19 PST
<rdar://problem/58135197>