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

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

Issue 1323813004: Changes to prepare for allowing script snapshots to be taken after running the main application (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: fix-long-line Created 5 years, 3 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
« runtime/vm/raw_object_snapshot.cc ('K') | « runtime/vm/snapshot.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_SNAPSHOT_IDS_H_ 5 #ifndef VM_SNAPSHOT_IDS_H_
6 #define VM_SNAPSHOT_IDS_H_ 6 #define VM_SNAPSHOT_IDS_H_
7 7
8 #include "vm/raw_object.h" 8 #include "vm/raw_object.h"
9 9
10 namespace dart { 10 namespace dart {
(...skipping 24 matching lines...) Expand all
35 kFunctionType, 35 kFunctionType,
36 kNumberType, 36 kNumberType,
37 kSmiType, 37 kSmiType,
38 kMintType, 38 kMintType,
39 kDoubleType, 39 kDoubleType,
40 kIntType, 40 kIntType,
41 kBoolType, 41 kBoolType,
42 kStringType, 42 kStringType,
43 kArrayType, 43 kArrayType,
44 44
45 kExtractorParameterTypes,
46 kExtractorParameterNames,
47 kEmptyContextScopeObject,
48 kImplicitClosureScopeObject,
49
45 kInstanceObjectId, 50 kInstanceObjectId,
46 kStaticImplicitClosureObjectId, 51 kStaticImplicitClosureObjectId,
47 kMaxPredefinedObjectIds, 52 kMaxPredefinedObjectIds,
48 kInvalidIndex = -1, 53 kInvalidIndex = -1,
49 }; 54 };
50 55
51 } // namespace dart 56 } // namespace dart
52 57
53 #endif // VM_SNAPSHOT_IDS_H_ 58 #endif // VM_SNAPSHOT_IDS_H_
OLDNEW
« runtime/vm/raw_object_snapshot.cc ('K') | « runtime/vm/snapshot.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698