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

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

Issue 102763003: The name of InternalError class has changed to _InternalError. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years 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 | « no previous file | 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 V(_Int32Array, "_Int32Array") \ 177 V(_Int32Array, "_Int32Array") \
178 V(_Int32ArrayFactory, "_Int32Array.") \ 178 V(_Int32ArrayFactory, "_Int32Array.") \
179 V(_Uint32Array, "_Uint32Array") \ 179 V(_Uint32Array, "_Uint32Array") \
180 V(_Uint32ArrayFactory, "_Uint32Array.") \ 180 V(_Uint32ArrayFactory, "_Uint32Array.") \
181 V(_Int64Array, "_Int64Array") \ 181 V(_Int64Array, "_Int64Array") \
182 V(_Int64ArrayFactory, "_Int64Array.") \ 182 V(_Int64ArrayFactory, "_Int64Array.") \
183 V(_Uint64Array, "_Uint64Array") \ 183 V(_Uint64Array, "_Uint64Array") \
184 V(_Uint64ArrayFactory, "_Uint64Array.") \ 184 V(_Uint64ArrayFactory, "_Uint64Array.") \
185 V(_Float32x4Array, "_Float32x4Array") \ 185 V(_Float32x4Array, "_Float32x4Array") \
186 V(_Float32x4ArrayFactory, "_Float32x4Array.") \ 186 V(_Float32x4ArrayFactory, "_Float32x4Array.") \
187 V(_Int32x4Array, "_Int32x4Array") \ 187 V(_Int32x4Array, "_Int32x4Array") \
188 V(_Int32x4ArrayFactory, "_Int32x4Array.") \ 188 V(_Int32x4ArrayFactory, "_Int32x4Array.") \
189 V(_Float32Array, "_Float32Array") \ 189 V(_Float32Array, "_Float32Array") \
190 V(_Float32ArrayFactory, "_Float32Array.") \ 190 V(_Float32ArrayFactory, "_Float32Array.") \
191 V(_Float64Array, "_Float64Array") \ 191 V(_Float64Array, "_Float64Array") \
192 V(_Float64ArrayFactory, "_Float64Array.") \ 192 V(_Float64ArrayFactory, "_Float64Array.") \
193 V(_Int8ArrayView, "_Int8ArrayView") \ 193 V(_Int8ArrayView, "_Int8ArrayView") \
194 V(_Uint8ArrayView, "_Uint8ArrayView") \ 194 V(_Uint8ArrayView, "_Uint8ArrayView") \
195 V(_Uint8ClampedArrayView, "_Uint8ClampedArrayView") \ 195 V(_Uint8ClampedArrayView, "_Uint8ClampedArrayView") \
196 V(_Int16ArrayView, "_Int16ArrayView") \ 196 V(_Int16ArrayView, "_Int16ArrayView") \
197 V(_Uint16ArrayView, "_Uint16ArrayView") \ 197 V(_Uint16ArrayView, "_Uint16ArrayView") \
198 V(_Int32ArrayView, "_Int32ArrayView") \ 198 V(_Int32ArrayView, "_Int32ArrayView") \
199 V(_Uint32ArrayView, "_Uint32ArrayView") \ 199 V(_Uint32ArrayView, "_Uint32ArrayView") \
200 V(_Int64ArrayView, "_Int64ArrayView") \ 200 V(_Int64ArrayView, "_Int64ArrayView") \
201 V(_Uint64ArrayView, "_Uint64ArrayView") \ 201 V(_Uint64ArrayView, "_Uint64ArrayView") \
202 V(_Float32ArrayView, "_Float32ArrayView") \ 202 V(_Float32ArrayView, "_Float32ArrayView") \
203 V(_Float64ArrayView, "_Float64ArrayView") \ 203 V(_Float64ArrayView, "_Float64ArrayView") \
204 V(_Float32x4ArrayView, "_Float32x4ArrayView") \ 204 V(_Float32x4ArrayView, "_Float32x4ArrayView") \
205 V(_Int32x4ArrayView, "_Int32x4ArrayView") \ 205 V(_Int32x4ArrayView, "_Int32x4ArrayView") \
206 V(_ExternalInt8Array, "_ExternalInt8Array") \ 206 V(_ExternalInt8Array, "_ExternalInt8Array") \
207 V(_ExternalUint8Array, "_ExternalUint8Array") \ 207 V(_ExternalUint8Array, "_ExternalUint8Array") \
208 V(_ExternalUint8ClampedArray, "_ExternalUint8ClampedArray") \ 208 V(_ExternalUint8ClampedArray, "_ExternalUint8ClampedArray") \
209 V(_ExternalInt16Array, "_ExternalInt16Array") \ 209 V(_ExternalInt16Array, "_ExternalInt16Array") \
210 V(_ExternalUint16Array, "_ExternalUint16Array") \ 210 V(_ExternalUint16Array, "_ExternalUint16Array") \
211 V(_ExternalInt32Array, "_ExternalInt32Array") \ 211 V(_ExternalInt32Array, "_ExternalInt32Array") \
212 V(_ExternalUint32Array, "_ExternalUint32Array") \ 212 V(_ExternalUint32Array, "_ExternalUint32Array") \
213 V(_ExternalInt64Array, "_ExternalInt64Array") \ 213 V(_ExternalInt64Array, "_ExternalInt64Array") \
214 V(_ExternalUint64Array, "_ExternalUint64Array") \ 214 V(_ExternalUint64Array, "_ExternalUint64Array") \
215 V(_ExternalFloat32x4Array, "_ExternalFloat32x4Array") \ 215 V(_ExternalFloat32x4Array, "_ExternalFloat32x4Array") \
216 V(_ExternalInt32x4Array, "_ExternalInt32x4Array") \ 216 V(_ExternalInt32x4Array, "_ExternalInt32x4Array") \
217 V(_ExternalFloat32Array, "_ExternalFloat32Array") \ 217 V(_ExternalFloat32Array, "_ExternalFloat32Array") \
218 V(_ExternalFloat64Array, "_ExternalFloat64Array") \ 218 V(_ExternalFloat64Array, "_ExternalFloat64Array") \
219 V(ByteData, "ByteData") \ 219 V(ByteData, "ByteData") \
220 V(ByteDataDot, "ByteData.") \ 220 V(ByteDataDot, "ByteData.") \
221 V(ByteDataDotview, "ByteData.view") \ 221 V(ByteDataDotview, "ByteData.view") \
222 V(_ByteDataView, "_ByteDataView") \ 222 V(_ByteDataView, "_ByteDataView") \
223 V(_WeakProperty, "_WeakProperty") \ 223 V(_WeakProperty, "_WeakProperty") \
224 V(_MirrorReference, "_MirrorReference") \ 224 V(_MirrorReference, "_MirrorReference") \
225 V(InvocationMirror, "_InvocationMirror") \ 225 V(InvocationMirror, "_InvocationMirror") \
226 V(AllocateInvocationMirror, "_allocateInvocationMirror") \ 226 V(AllocateInvocationMirror, "_allocateInvocationMirror") \
227 V(toString, "toString") \ 227 V(toString, "toString") \
228 V(_RawReceivePortImpl, "_RawReceivePortImpl") \ 228 V(_RawReceivePortImpl, "_RawReceivePortImpl") \
229 V(_lookupReceivePort, "_lookupReceivePort") \ 229 V(_lookupReceivePort, "_lookupReceivePort") \
230 V(_handleMessage, "_handleMessage") \ 230 V(_handleMessage, "_handleMessage") \
231 V(_SendPortImpl, "_SendPortImpl") \ 231 V(_SendPortImpl, "_SendPortImpl") \
232 V(_create, "_create") \ 232 V(_create, "_create") \
233 V(DotCreate, "._create") \ 233 V(DotCreate, "._create") \
234 V(DotWithType, "._withType") \ 234 V(DotWithType, "._withType") \
235 V(_id, "_id") \ 235 V(_id, "_id") \
236 V(_get_or_create, "_get_or_create") \ 236 V(_get_or_create, "_get_or_create") \
237 V(RangeError, "RangeError") \ 237 V(RangeError, "RangeError") \
238 V(ArgumentError, "ArgumentError") \ 238 V(ArgumentError, "ArgumentError") \
239 V(FormatException, "FormatException") \ 239 V(FormatException, "FormatException") \
240 V(UnsupportedError, "UnsupportedError") \ 240 V(UnsupportedError, "UnsupportedError") \
241 V(StackOverflowError, "StackOverflowError") \ 241 V(StackOverflowError, "StackOverflowError") \
242 V(OutOfMemoryError, "OutOfMemoryError") \ 242 V(OutOfMemoryError, "OutOfMemoryError") \
243 V(InternalError, "InternalError") \ 243 V(InternalError, "_InternalError") \
244 V(NullThrownError, "NullThrownError") \ 244 V(NullThrownError, "NullThrownError") \
245 V(IsolateSpawnException, "IsolateSpawnException") \ 245 V(IsolateSpawnException, "IsolateSpawnException") \
246 V(IsolateUnhandledException, "_IsolateUnhandledException") \ 246 V(IsolateUnhandledException, "_IsolateUnhandledException") \
247 V(JavascriptIntegerOverflowError, "_JavascriptIntegerOverflowError") \ 247 V(JavascriptIntegerOverflowError, "_JavascriptIntegerOverflowError") \
248 V(MirroredCompilationError, "MirroredCompilationError") \ 248 V(MirroredCompilationError, "MirroredCompilationError") \
249 V(_setupFullStackTrace, "_setupFullStackTrace") \ 249 V(_setupFullStackTrace, "_setupFullStackTrace") \
250 V(BooleanExpression, "boolean expression") \ 250 V(BooleanExpression, "boolean expression") \
251 V(Malformed, "malformed") \ 251 V(Malformed, "malformed") \
252 V(Malbounded, "malbounded") \ 252 V(Malbounded, "malbounded") \
253 V(InstanceOf, "InstanceOf") \ 253 V(InstanceOf, "InstanceOf") \
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 friend class SnapshotReader; 509 friend class SnapshotReader;
510 friend class SnapshotWriter; 510 friend class SnapshotWriter;
511 friend class ApiMessageReader; 511 friend class ApiMessageReader;
512 512
513 DISALLOW_COPY_AND_ASSIGN(Symbols); 513 DISALLOW_COPY_AND_ASSIGN(Symbols);
514 }; 514 };
515 515
516 } // namespace dart 516 } // namespace dart
517 517
518 #endif // VM_SYMBOLS_H_ 518 #endif // VM_SYMBOLS_H_
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698