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

Side by Side Diff: src/v8.h

Issue 250733004: Enter a description of the change. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 | « src/utils.cc ('k') | src/v8utils.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without 2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are 3 // modification, are permitted provided that the following conditions are
4 // met: 4 // met:
5 // 5 //
6 // * Redistributions of source code must retain the above copyright 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer. 7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above 8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following 9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided 10 // disclaimer in the documentation and/or other materials provided
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 #error both DEBUG and NDEBUG are set 48 #error both DEBUG and NDEBUG are set
49 #endif 49 #endif
50 50
51 // Basic includes 51 // Basic includes
52 #include "../include/v8.h" 52 #include "../include/v8.h"
53 #include "../include/v8-platform.h" 53 #include "../include/v8-platform.h"
54 #include "v8globals.h" 54 #include "v8globals.h"
55 #include "v8checks.h" 55 #include "v8checks.h"
56 #include "allocation.h" 56 #include "allocation.h"
57 #include "assert-scope.h" 57 #include "assert-scope.h"
58 #include "v8utils.h" 58 #include "utils.h"
59 #include "flags.h" 59 #include "flags.h"
60 60
61 // Objects & heap 61 // Objects & heap
62 #include "objects-inl.h" 62 #include "objects-inl.h"
63 #include "spaces-inl.h" 63 #include "spaces-inl.h"
64 #include "heap-inl.h" 64 #include "heap-inl.h"
65 #include "incremental-marking-inl.h" 65 #include "incremental-marking-inl.h"
66 #include "mark-compact-inl.h" 66 #include "mark-compact-inl.h"
67 #include "log-inl.h" 67 #include "log-inl.h"
68 #include "handles-inl.h" 68 #include "handles-inl.h"
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 }; 130 };
131 131
132 132
133 // JavaScript defines two kinds of 'nil'. 133 // JavaScript defines two kinds of 'nil'.
134 enum NilValue { kNullValue, kUndefinedValue }; 134 enum NilValue { kNullValue, kUndefinedValue };
135 135
136 136
137 } } // namespace v8::internal 137 } } // namespace v8::internal
138 138
139 #endif // V8_V8_H_ 139 #endif // V8_V8_H_
OLDNEW
« no previous file with comments | « src/utils.cc ('k') | src/v8utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698