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

Side by Side Diff: include/v8.h

Issue 549043003: Fix compilation after r23865. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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_
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698