Bug 136894 - Change CallFrame to use Callee instead of JSScope to implement vm()
Summary: Change CallFrame to use Callee instead of JSScope to implement vm()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 136724
  Show dependency treegraph
 
Reported: 2014-09-17 13:14 PDT by Michael Saboff
Modified: 2014-09-17 15:34 PDT (History)
5 users (show)

See Also:


Attachments
Patch (11.08 KB, patch)
2014-09-17 13:58 PDT, Michael Saboff
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2014-09-17 13:14:21 PDT
Currently CallFrame::vm() uses JSScope to implement vm().  In preparation of eliminating JSScope slot from the CallFrame, change the implementation to use the Callee.
Comment 1 Michael Saboff 2014-09-17 13:58:03 PDT
Created attachment 238264 [details]
Patch
Comment 2 Geoffrey Garen 2014-09-17 15:24:15 PDT
Comment on attachment 238264 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-09-17 15:34:25 PDT
Committed r173706: <http://trac.webkit.org/changeset/173706>