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

Unified Diff: runtime/vm/code_descriptors_test.cc

Issue 10115053: Assign ids to incoming arguments (to be used in checked mode). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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: runtime/vm/code_descriptors_test.cc
===================================================================
--- runtime/vm/code_descriptors_test.cc (revision 6717)
+++ runtime/vm/code_descriptors_test.cc (working copy)
@@ -40,7 +40,7 @@
test->node_sequence()->Add(new ReturnNode(kPos, l));
l = new LiteralNode(kPos, Smi::ZoneHandle(Smi::New(3)));
test->node_sequence()->Add(new ReturnNode(kPos, l));
- parsed_function.set_node_sequence(test->node_sequence());
+ parsed_function.SetNodeSequence(test->node_sequence());
parsed_function.set_instantiator(NULL);
parsed_function.set_default_parameter_values(Array::Handle());
parsed_function.AllocateVariables();
« no previous file with comments | « runtime/vm/ast.h ('k') | runtime/vm/code_generator_ia32.cc » ('j') | runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698