Bug 136894

Summary: Change CallFrame to use Callee instead of JSScope to implement vm()
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren, mark.lam, mmirman, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 136724    
Attachments:
Description Flags
Patch ggaren: review+

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>