Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: pkg/compiler/lib/src/js_model/js_strategy.dart

Issue 3007743002: Add boxing for modified variables (Closed)
Patch Set: . Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/js_model/js_strategy.dart
diff --git a/pkg/compiler/lib/src/js_model/js_strategy.dart b/pkg/compiler/lib/src/js_model/js_strategy.dart
index 696345f6bf7decb96692b4d8b16d3673e1418683..72763ca64717d0c18b77ab87b0970f85184e162e 100644
--- a/pkg/compiler/lib/src/js_model/js_strategy.dart
+++ b/pkg/compiler/lib/src/js_model/js_strategy.dart
@@ -413,6 +413,7 @@ class JsClosedWorld extends ClosedWorldBase with KernelClosedWorldMixin {
MemberEntity member,
ir.FunctionNode originalClosureFunctionNode,
JLibrary enclosingLibrary,
+ Map<Local, JRecordField> boxedVariables,
KernelScopeInfo info,
ir.Location location,
KernelToLocalsMap localsMap) {
@@ -422,6 +423,7 @@ class JsClosedWorld extends ClosedWorldBase with KernelClosedWorldMixin {
member,
originalClosureFunctionNode,
enclosingLibrary,
+ boxedVariables,
info,
location,
localsMap,

Powered by Google App Engine
This is Rietveld 408576698