Bug 165293 - Rename CallFrame::callee() to CallFrame::jsCallee()
Summary: Rename CallFrame::callee() to CallFrame::jsCallee()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-01 17:57 PST by Saam Barati
Modified: 2016-12-01 18:39 PST (History)
13 users (show)

See Also:


Attachments
patch (101.71 KB, patch)
2016-12-01 18:05 PST, Saam Barati
keith_miller: review+
Details | Formatted Diff | Diff
patch for landing (102.13 KB, patch)
2016-12-01 18:30 PST, Saam Barati
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2016-12-01 17:57:02 PST
We will soon have a wasm callee, and it won't inherit from JSObject
Comment 1 Saam Barati 2016-12-01 18:05:31 PST
Created attachment 295921 [details]
patch

Hopefully it builds.
Comment 2 Keith Miller 2016-12-01 18:06:53 PST
Comment on attachment 295921 [details]
patch

r=me.
Comment 3 Saam Barati 2016-12-01 18:30:13 PST
Created attachment 295923 [details]
patch for landing
Comment 4 Saam Barati 2016-12-01 18:39:20 PST
landed in:
https://trac.webkit.org/changeset/209229