Revision: 5101
Author: [email protected]
Date: Tue Jul 20 00:14:19 2010
Log: Update inheritance hierarchy in Objects.h to better reflect the actual
hierarchy.
We do not have a GlobalContext class.
We do, however, have a SerializedScopeInfo class that inherits FixedArray.
Starting comment is also slightly misleading, since not all objects in the
hierarchy is described in objects.h (e.g., Context is described in
contexts.h).
Review URL: http://codereview.chromium.org/2811057
http://code.google.com/p/v8/source/detail?r=5101
Modified:
/branches/bleeding_edge/src/objects.h
=======================================
--- /branches/bleeding_edge/src/objects.h Mon Jul 19 23:23:36 2010
+++ /branches/bleeding_edge/src/objects.h Tue Jul 20 00:14:19 2010
@@ -39,7 +39,7 @@
#endif
//
-// All object types in the V8 JavaScript are described in this file.
+// Most object types in the V8 JavaScript are described in this file.
//
// Inheritance hierarchy:
// - Object
@@ -74,8 +74,8 @@
// - CodeCacheHashTable
// - MapCache
// - Context
-// - GlobalContext
// - JSFunctionResultCache
+// - SerializedScopeInfo
// - String
// - SeqString
// - SeqAsciiString
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev