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

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

Issue 17977002: - Remove arguments definition test from the VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 V(ListLiteralFactory, "List._fromLiteral") \ 45 V(ListLiteralFactory, "List._fromLiteral") \
46 V(ListFactory, "List.") \ 46 V(ListFactory, "List.") \
47 V(Map, "Map") \ 47 V(Map, "Map") \
48 V(MapLiteralFactory, "Map._fromLiteral") \ 48 V(MapLiteralFactory, "Map._fromLiteral") \
49 V(ImmutableMap, "ImmutableMap") \ 49 V(ImmutableMap, "ImmutableMap") \
50 V(ImmutableMapConstructor, "ImmutableMap._create") \ 50 V(ImmutableMapConstructor, "ImmutableMap._create") \
51 V(StringBase, "_StringBase") \ 51 V(StringBase, "_StringBase") \
52 V(Interpolate, "_interpolate") \ 52 V(Interpolate, "_interpolate") \
53 V(GetIterator, "iterator") \ 53 V(GetIterator, "iterator") \
54 V(NoSuchMethod, "noSuchMethod") \ 54 V(NoSuchMethod, "noSuchMethod") \
55 V(SavedArgDescVarPrefix, ":saved_args_desc_var") \
56 V(SavedCurrentContextVar, ":saved_current_context_var") \ 55 V(SavedCurrentContextVar, ":saved_current_context_var") \
57 V(SavedEntryContextVar, ":saved_entry_context_var") \ 56 V(SavedEntryContextVar, ":saved_entry_context_var") \
58 V(SavedTryContextVar, ":saved_try_context_var") \ 57 V(SavedTryContextVar, ":saved_try_context_var") \
59 V(ExceptionVar, ":exception_var") \ 58 V(ExceptionVar, ":exception_var") \
60 V(StacktraceVar, ":stacktrace_var") \ 59 V(StacktraceVar, ":stacktrace_var") \
61 V(ListLiteralElement, "list literal element") \ 60 V(ListLiteralElement, "list literal element") \
62 V(ForInIter, ":for-in-iter") \ 61 V(ForInIter, ":for-in-iter") \
63 V(Library, "library") \ 62 V(Library, "library") \
64 V(Import, "import") \ 63 V(Import, "import") \
65 V(Source, "source") \ 64 V(Source, "source") \
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 friend class SnapshotReader; 459 friend class SnapshotReader;
461 friend class SnapshotWriter; 460 friend class SnapshotWriter;
462 friend class ApiMessageReader; 461 friend class ApiMessageReader;
463 462
464 DISALLOW_COPY_AND_ASSIGN(Symbols); 463 DISALLOW_COPY_AND_ASSIGN(Symbols);
465 }; 464 };
466 465
467 } // namespace dart 466 } // namespace dart
468 467
469 #endif // VM_SYMBOLS_H_ 468 #endif // VM_SYMBOLS_H_
OLDNEW
« runtime/vm/parser.cc ('K') | « runtime/vm/parser.cc ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698