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

Side by Side Diff: runtime/vm/symbols.h

Issue 1057333004: Continue improving the documentation for the vm service protocol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/vm/service_test.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #ifndef VM_SYMBOLS_H_ 5 #ifndef VM_SYMBOLS_H_
6 #define VM_SYMBOLS_H_ 6 #define VM_SYMBOLS_H_
7 7
8 #include "vm/object.h" 8 #include "vm/object.h"
9 #include "vm/snapshot_ids.h" 9 #include "vm/snapshot_ids.h"
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 V(Stream, "stream") \ 47 V(Stream, "stream") \
48 V(isPaused, "isPaused") \ 48 V(isPaused, "isPaused") \
49 V(AddError, "addError") \ 49 V(AddError, "addError") \
50 V(AddStream, "addStream") \ 50 V(AddStream, "addStream") \
51 V(Cancel, "cancel") \ 51 V(Cancel, "cancel") \
52 V(Close, "close") \ 52 V(Close, "close") \
53 V(Values, "values") \ 53 V(Values, "values") \
54 V(_EnumNames, "_enum_names") \ 54 V(_EnumNames, "_enum_names") \
55 V(ExprTemp, ":expr_temp") \ 55 V(ExprTemp, ":expr_temp") \
56 V(AnonymousClosure, "<anonymous closure>") \ 56 V(AnonymousClosure, "<anonymous closure>") \
57 V(ImplicitClosure, "<implicit closure>") \
57 V(ClosureParameter, ":closure") \ 58 V(ClosureParameter, ":closure") \
58 V(PhaseParameter, ":phase") \ 59 V(PhaseParameter, ":phase") \
59 V(TypeArgumentsParameter, ":type_arguments") \ 60 V(TypeArgumentsParameter, ":type_arguments") \
60 V(AssertionError, "_AssertionError") \ 61 V(AssertionError, "_AssertionError") \
61 V(CastError, "_CastError") \ 62 V(CastError, "_CastError") \
62 V(TypeError, "_TypeError") \ 63 V(TypeError, "_TypeError") \
63 V(FallThroughError, "FallThroughError") \ 64 V(FallThroughError, "FallThroughError") \
64 V(AbstractClassInstantiationError, "AbstractClassInstantiationError") \ 65 V(AbstractClassInstantiationError, "AbstractClassInstantiationError") \
65 V(NoSuchMethodError, "NoSuchMethodError") \ 66 V(NoSuchMethodError, "NoSuchMethodError") \
66 V(CyclicInitializationError, "CyclicInitializationError") \ 67 V(CyclicInitializationError, "CyclicInitializationError") \
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 friend class SnapshotReader; 602 friend class SnapshotReader;
602 friend class SnapshotWriter; 603 friend class SnapshotWriter;
603 friend class ApiMessageReader; 604 friend class ApiMessageReader;
604 605
605 DISALLOW_COPY_AND_ASSIGN(Symbols); 606 DISALLOW_COPY_AND_ASSIGN(Symbols);
606 }; 607 };
607 608
608 } // namespace dart 609 } // namespace dart
609 610
610 #endif // VM_SYMBOLS_H_ 611 #endif // VM_SYMBOLS_H_
OLDNEW
« no previous file with comments | « runtime/vm/service_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698