Bug 147247 - Remove more notions of an activation being 1:1 with a function.
Summary: Remove more notions of an activation being 1:1 with a function.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-23 18:42 PDT by Saam Barati
Modified: 2015-07-23 18:42 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2015-07-23 18:42:37 PDT
Consider functions like:

JSLexicalEnvironment* CallFrame::lexicalEnvironment() const
JSLexicalEnvironment* CallFrame::lexicalEnvironmentOrNullptr() const
VirtualRegister CodeBlock::activationRegister() const
bool CodeBlock::needsActivation() const

etc.