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

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

Issue 12317130: Remove deprecated IllegalJSRegExpException class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 V(_id, "_id") \ 167 V(_id, "_id") \
168 V(_get_or_create, "_get_or_create") \ 168 V(_get_or_create, "_get_or_create") \
169 V(RangeError, "RangeError") \ 169 V(RangeError, "RangeError") \
170 V(ArgumentError, "ArgumentError") \ 170 V(ArgumentError, "ArgumentError") \
171 V(FormatException, "FormatException") \ 171 V(FormatException, "FormatException") \
172 V(UnsupportedError, "UnsupportedError") \ 172 V(UnsupportedError, "UnsupportedError") \
173 V(StackOverflowError, "StackOverflowError") \ 173 V(StackOverflowError, "StackOverflowError") \
174 V(OutOfMemoryError, "OutOfMemoryError") \ 174 V(OutOfMemoryError, "OutOfMemoryError") \
175 V(InternalError, "InternalError") \ 175 V(InternalError, "InternalError") \
176 V(NullThrownError, "NullThrownError") \ 176 V(NullThrownError, "NullThrownError") \
177 V(IllegalJSRegExpException, "IllegalJSRegExpException") \
178 V(IsolateSpawnException, "IsolateSpawnException") \ 177 V(IsolateSpawnException, "IsolateSpawnException") \
179 V(IsolateUnhandledException, "IsolateUnhandledException") \ 178 V(IsolateUnhandledException, "IsolateUnhandledException") \
180 V(BooleanExpression, "boolean expression") \ 179 V(BooleanExpression, "boolean expression") \
181 V(Malformed, "malformed") \ 180 V(Malformed, "malformed") \
182 V(InstanceOf, "InstanceOf") \ 181 V(InstanceOf, "InstanceOf") \
183 V(MegamorphicMiss, "megamorphic_miss") \ 182 V(MegamorphicMiss, "megamorphic_miss") \
184 V(CommaSpace, ", ") \ 183 V(CommaSpace, ", ") \
185 V(ColonSpace, ": ") \ 184 V(ColonSpace, ": ") \
186 V(RParenArrow, ") => ") \ 185 V(RParenArrow, ") => ") \
187 V(SpaceExtendsSpace, " extends ") \ 186 V(SpaceExtendsSpace, " extends ") \
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 friend class SnapshotReader; 396 friend class SnapshotReader;
398 friend class SnapshotWriter; 397 friend class SnapshotWriter;
399 friend class ApiMessageReader; 398 friend class ApiMessageReader;
400 399
401 DISALLOW_COPY_AND_ASSIGN(Symbols); 400 DISALLOW_COPY_AND_ASSIGN(Symbols);
402 }; 401 };
403 402
404 } // namespace dart 403 } // namespace dart
405 404
406 #endif // VM_SYMBOLS_H_ 405 #endif // VM_SYMBOLS_H_
OLDNEW
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698