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

Side by Side Diff: src/v8globals.h

Issue 9227007: Version 3.8.6 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 11 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/v8.cc ('k') | src/version.cc » ('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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 class Debugger; 123 class Debugger;
124 class DebugInfo; 124 class DebugInfo;
125 class Descriptor; 125 class Descriptor;
126 class DescriptorArray; 126 class DescriptorArray;
127 class Expression; 127 class Expression;
128 class ExternalReference; 128 class ExternalReference;
129 class FixedArray; 129 class FixedArray;
130 class FunctionLiteral; 130 class FunctionLiteral;
131 class FunctionTemplateInfo; 131 class FunctionTemplateInfo;
132 class MemoryChunk; 132 class MemoryChunk;
133 class NumberDictionary; 133 class SeededNumberDictionary;
134 class UnseededNumberDictionary;
134 class StringDictionary; 135 class StringDictionary;
135 template <typename T> class Handle; 136 template <typename T> class Handle;
136 class Heap; 137 class Heap;
137 class HeapObject; 138 class HeapObject;
138 class IC; 139 class IC;
139 class InterceptorInfo; 140 class InterceptorInfo;
140 class IterationStatement; 141 class IterationStatement;
141 class JSArray; 142 class JSArray;
142 class JSFunction; 143 class JSFunction;
143 class JSObject; 144 class JSObject;
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 565
565 enum ClearExceptionFlag { 566 enum ClearExceptionFlag {
566 KEEP_EXCEPTION, 567 KEEP_EXCEPTION,
567 CLEAR_EXCEPTION 568 CLEAR_EXCEPTION
568 }; 569 };
569 570
570 571
571 } } // namespace v8::internal 572 } } // namespace v8::internal
572 573
573 #endif // V8_V8GLOBALS_H_ 574 #endif // V8_V8GLOBALS_H_
OLDNEW
« no previous file with comments | « src/v8.cc ('k') | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698