| OLD | NEW |
| 1 // Copyright 2012 the V8 project authors. All rights reserved. | 1 // Copyright 2012 the V8 project authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 /** \mainpage V8 API Reference Guide | 5 /** \mainpage V8 API Reference Guide |
| 6 * | 6 * |
| 7 * V8 is Google's open source JavaScript engine. | 7 * V8 is Google's open source JavaScript engine. |
| 8 * | 8 * |
| 9 * This set of documents provides reference material generated from the | 9 * This set of documents provides reference material generated from the |
| 10 * V8 header file, include/v8.h. | 10 * V8 header file, include/v8.h. |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 class CallHandlerHelper; | 123 class CallHandlerHelper; |
| 124 class EscapableHandleScope; | 124 class EscapableHandleScope; |
| 125 template<typename T> class ReturnValue; | 125 template<typename T> class ReturnValue; |
| 126 | 126 |
| 127 namespace internal { | 127 namespace internal { |
| 128 class Arguments; | 128 class Arguments; |
| 129 class Heap; | 129 class Heap; |
| 130 class HeapObject; | 130 class HeapObject; |
| 131 class Isolate; | 131 class Isolate; |
| 132 class Object; | 132 class Object; |
| 133 class StreamedSource; | 133 struct StreamedSource; |
| 134 template<typename T> class CustomArguments; | 134 template<typename T> class CustomArguments; |
| 135 class PropertyCallbackArguments; | 135 class PropertyCallbackArguments; |
| 136 class FunctionCallbackArguments; | 136 class FunctionCallbackArguments; |
| 137 class GlobalHandles; | 137 class GlobalHandles; |
| 138 } | 138 } |
| 139 | 139 |
| 140 | 140 |
| 141 /** | 141 /** |
| 142 * General purpose unique identifier. | 142 * General purpose unique identifier. |
| 143 */ | 143 */ |
| (...skipping 6782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6926 */ | 6926 */ |
| 6927 | 6927 |
| 6928 | 6928 |
| 6929 } // namespace v8 | 6929 } // namespace v8 |
| 6930 | 6930 |
| 6931 | 6931 |
| 6932 #undef TYPE_CHECK | 6932 #undef TYPE_CHECK |
| 6933 | 6933 |
| 6934 | 6934 |
| 6935 #endif // V8_H_ | 6935 #endif // V8_H_ |
| OLD | NEW |