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

Side by Side Diff: src/v8globals.h

Issue 8538011: Reapply "Add a level of indirection to exception handler addresses." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 1 month 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/parser.cc ('k') | src/v8memory.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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 class CodeStub; 120 class CodeStub;
121 class Context; 121 class Context;
122 class Debug; 122 class Debug;
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 FunctionEntry;
131 class FunctionLiteral; 130 class FunctionLiteral;
132 class FunctionTemplateInfo; 131 class FunctionTemplateInfo;
133 class MemoryChunk; 132 class MemoryChunk;
134 class NumberDictionary; 133 class NumberDictionary;
135 class StringDictionary; 134 class StringDictionary;
136 template <typename T> class Handle; 135 template <typename T> class Handle;
137 class Heap; 136 class Heap;
138 class HeapObject; 137 class HeapObject;
139 class IC; 138 class IC;
140 class InterceptorInfo; 139 class InterceptorInfo;
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 564
566 enum ClearExceptionFlag { 565 enum ClearExceptionFlag {
567 KEEP_EXCEPTION, 566 KEEP_EXCEPTION,
568 CLEAR_EXCEPTION 567 CLEAR_EXCEPTION
569 }; 568 };
570 569
571 570
572 } } // namespace v8::internal 571 } } // namespace v8::internal
573 572
574 #endif // V8_V8GLOBALS_H_ 573 #endif // V8_V8GLOBALS_H_
OLDNEW
« no previous file with comments | « src/parser.cc ('k') | src/v8memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698