Bug 217071 - Use JSC_DECLARE_JIT_OPERATION / JSC_DECLARE_CUSTOM_GETTER / JSC_DECLARE_CUSTOM_SETTER
Summary: Use JSC_DECLARE_JIT_OPERATION / JSC_DECLARE_CUSTOM_GETTER / JSC_DECLARE_CUSTO...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-28 17:25 PDT by Yusuke Suzuki
Modified: 2020-10-11 13:50 PDT (History)
13 users (show)

See Also:


Attachments
Patch (1.09 MB, patch)
2020-09-28 17:32 PDT, Yusuke Suzuki
keith_miller: review+
Details | Formatted Diff | Diff
Patch (1.13 MB, patch)
2020-09-28 19:56 PDT, 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 2020-09-28 17:25:03 PDT
Use JSC_DECLARE_JIT_OPERATION / JSC_DECLARE_CUSTOM_GETTER / JSC_DECLARE_CUSTOM_SETTER
Comment 1 Yusuke Suzuki 2020-09-28 17:32:44 PDT
Created attachment 409931 [details]
Patch
Comment 2 Keith Miller 2020-09-28 17:34:57 PDT
Comment on attachment 409931 [details]
Patch

rs=me
Comment 3 Keith Miller 2020-09-28 17:35:05 PDT
Comment on attachment 409931 [details]
Patch

rs=me
Comment 4 Yusuke Suzuki 2020-09-28 19:56:00 PDT
Created attachment 409957 [details]
Patch
Comment 5 Yusuke Suzuki 2020-09-28 22:08:39 PDT
jsc tests are run locally.
Comment 6 Yusuke Suzuki 2020-09-28 22:51:20 PDT
Committed r267727: <https://trac.webkit.org/changeset/267727>
Comment 7 Radar WebKit Bug Importer 2020-09-28 22:52:17 PDT
<rdar://problem/69733531>
Comment 8 Yusuke Suzuki 2020-09-29 01:50:53 PDT
Committed r267731: <https://trac.webkit.org/changeset/267731>
Comment 9 Yusuke Suzuki 2020-09-29 02:04:21 PDT
Committed r267732: <https://trac.webkit.org/changeset/267732>