| OLD | NEW |
| 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 Loading... |
| 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; |
| 130 class FunctionLiteral; | 131 class FunctionLiteral; |
| 131 class FunctionTemplateInfo; | 132 class FunctionTemplateInfo; |
| 132 class MemoryChunk; | 133 class MemoryChunk; |
| 133 class NumberDictionary; | 134 class NumberDictionary; |
| 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; |
| (...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_ |
| OLD | NEW |