Bug 147247
| Summary: | Remove more notions of an activation being 1:1 with a function. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Saam Barati <saam> |
| Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
| Status: | NEW | ||
| Severity: | Normal | CC: | basile_clement, benjamin, fpizlo, ggaren, mark.lam, mmirman, msaboff, oliver, ysuzuki |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Saam Barati
Consider functions like:
JSLexicalEnvironment* CallFrame::lexicalEnvironment() const
JSLexicalEnvironment* CallFrame::lexicalEnvironmentOrNullptr() const
VirtualRegister CodeBlock::activationRegister() const
bool CodeBlock::needsActivation() const
etc.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |