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

Unified Diff: pkg/kernel/binary.md

Issue 2697193008: [Kernel] replace function debuggable field with originalAsyncMarker field (Closed)
Patch Set: Changes based on feedback (+ small forgotten things) Created 3 years, 10 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 | « no previous file | pkg/kernel/lib/analyzer/ast_from_analyzer.dart » ('j') | pkg/kernel/lib/ast.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/binary.md
diff --git a/pkg/kernel/binary.md b/pkg/kernel/binary.md
index 60596908fead59a521a0057dafb462780b73ff1e..a84d9a669291e3d31f7466a72f81ba22425ebca0 100644
--- a/pkg/kernel/binary.md
+++ b/pkg/kernel/binary.md
@@ -332,7 +332,7 @@ type FunctionNode {
FileOffset fileOffset;
FileOffset fileEndOffset;
Byte asyncMarker; // Index into AsyncMarker above.
- Byte debuggable; // 1 for yes, 0 for no
+ Byte originalAsyncMarker; // Index into AsyncMarker above.
List<TypeParameter> typeParameters;
UInt requiredParameterCount;
List<VariableDeclaration> positionalParameters;
« no previous file with comments | « no previous file | pkg/kernel/lib/analyzer/ast_from_analyzer.dart » ('j') | pkg/kernel/lib/ast.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698