RESOLVED FIXED 165777
Rename BytecodeGenerator's ControlFlowContext to ControlFlowScope.
https://bugs.webkit.org/show_bug.cgi?id=165777
Summary Rename BytecodeGenerator's ControlFlowContext to ControlFlowScope.
Mark Lam
Reported 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.
Attachments
proposed patch. (18.06 KB, patch)
2016-12-12 14:59 PST, Mark Lam
keith_miller: review+
Mark Lam
Comment 1 2016-12-12 14:59:30 PST
Created attachment 296953 [details] proposed patch.
Keith Miller
Comment 2 2016-12-12 15:04:22 PST
Comment on attachment 296953 [details] proposed patch. r=me.
Mark Lam
Comment 3 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>.
Note You need to log in before you can comment on or make changes to this bug.