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

Unified Diff: runtime/vm/kernel.h

Issue 2747813003: [kernel] debugging for in statement (Closed)
Patch Set: Updated binary.md Created 3 years, 9 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
« no previous file with comments | « pkg/kernel/lib/binary/ast_to_binary.dart ('k') | runtime/vm/kernel_binary.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel.h
diff --git a/runtime/vm/kernel.h b/runtime/vm/kernel.h
index 7bc2a48fe55c8cc6d1817a1693877e5232a923ac..a2f16b638106e89e3eb162bde2c63d67a308744e 100644
--- a/runtime/vm/kernel.h
+++ b/runtime/vm/kernel.h
@@ -2472,6 +2472,7 @@ class VariableDeclaration : public Statement {
Expression* initializer() { return initializer_; }
TokenPosition equals_position() { return equals_position_; }
TokenPosition end_position() { return end_position_; }
+ void set_end_position(TokenPosition position) { end_position_ = position; }
private:
VariableDeclaration()
« no previous file with comments | « pkg/kernel/lib/binary/ast_to_binary.dart ('k') | runtime/vm/kernel_binary.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698