| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 class Global; | 121 class Global; |
| 122 template<class K, class V, class T> class PersistentValueMap; | 122 template<class K, class V, class T> class PersistentValueMap; |
| 123 template <class K, class V, class T> | 123 template <class K, class V, class T> |
| 124 class PersistentValueMapBase; | 124 class PersistentValueMapBase; |
| 125 template <class K, class V, class T> | 125 template <class K, class V, class T> |
| 126 class GlobalValueMap; | 126 class GlobalValueMap; |
| 127 template<class V, class T> class PersistentValueVector; | 127 template<class V, class T> class PersistentValueVector; |
| 128 template<class T, class P> class WeakCallbackObject; | 128 template<class T, class P> class WeakCallbackObject; |
| 129 class FunctionTemplate; | 129 class FunctionTemplate; |
| 130 class ObjectTemplate; | 130 class ObjectTemplate; |
| 131 class Data; | |
| 132 template<typename T> class FunctionCallbackInfo; | 131 template<typename T> class FunctionCallbackInfo; |
| 133 template<typename T> class PropertyCallbackInfo; | 132 template<typename T> class PropertyCallbackInfo; |
| 134 class StackTrace; | 133 class StackTrace; |
| 135 class StackFrame; | 134 class StackFrame; |
| 136 class Isolate; | 135 class Isolate; |
| 137 class CallHandlerHelper; | 136 class CallHandlerHelper; |
| 138 class EscapableHandleScope; | 137 class EscapableHandleScope; |
| 139 template<typename T> class ReturnValue; | 138 template<typename T> class ReturnValue; |
| 140 | 139 |
| 141 namespace internal { | 140 namespace internal { |
| (...skipping 9761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9903 */ | 9902 */ |
| 9904 | 9903 |
| 9905 | 9904 |
| 9906 } // namespace v8 | 9905 } // namespace v8 |
| 9907 | 9906 |
| 9908 | 9907 |
| 9909 #undef TYPE_CHECK | 9908 #undef TYPE_CHECK |
| 9910 | 9909 |
| 9911 | 9910 |
| 9912 #endif // INCLUDE_V8_H_ | 9911 #endif // INCLUDE_V8_H_ |
| OLD | NEW |