Bug 165777 - Rename BytecodeGenerator's ControlFlowContext to ControlFlowScope.
Summary: Rename BytecodeGenerator's ControlFlowContext to ControlFlowScope.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks: 160168
  Show dependency treegraph
 
Reported: 2016-12-12 14:53 PST by Mark Lam
Modified: 2016-12-12 15:12 PST (History)
7 users (show)

See Also:


Attachments
proposed patch. (18.06 KB, patch)
2016-12-12 14:59 PST, Mark Lam
keith_miller: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2016-12-12 14:53:06 PST
The existing code sometimes refer to ControlFlowContext (and associated references) as context, and sometimes as scope.  Let's be consistent and always call it a scope.
Comment 1 Mark Lam 2016-12-12 14:59:30 PST
Created attachment 296953 [details]
proposed patch.
Comment 2 Keith Miller 2016-12-12 15:04:22 PST
Comment on attachment 296953 [details]
proposed patch.

r=me.
Comment 3 Mark Lam 2016-12-12 15:12:25 PST
I just realized that I described the motivation for this patch in this bugzilla but forgot to add it to the ChangeLog.  I've updated the ChangeLog to include this.

Landed in r209728: <http://trac.webkit.org/r209728>.