v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
objects-body-descriptors.h File Reference
Include dependency graph for objects-body-descriptors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::BodyDescriptorBase
 
class  v8::internal::DataOnlyBodyDescriptor
 
class  v8::internal::FixedRangeBodyDescriptor< start_offset, end_offset >
 
class  v8::internal::FixedBodyDescriptor< start_offset, end_offset, size >
 
class  v8::internal::SuffixRangeBodyDescriptor< start_offset >
 
class  v8::internal::FlexibleBodyDescriptor< start_offset >
 
class  v8::internal::StructBodyDescriptor
 
class  v8::internal::SuffixRangeWeakBodyDescriptor< start_offset >
 
class  v8::internal::FlexibleWeakBodyDescriptor< start_offset >
 
class  v8::internal::SubclassBodyDescriptor< ParentBodyDescriptor, ChildBodyDescriptor >
 
class  v8::internal::FixedExposedTrustedObjectBodyDescriptor< T, kTag >
 
struct  v8::internal::WithStrongTrustedPointer< kFieldOffset, kTag >
 
class  v8::internal::WithStrongTrustedPointer< kFieldOffset, kTag >::BodyDescriptor< Base >
 
struct  v8::internal::WithExternalPointer< kFieldOffset, kTagRange >
 
class  v8::internal::WithExternalPointer< kFieldOffset, kTagRange >::BodyDescriptor< Base >
 
struct  v8::internal::WithProtectedPointer< kFieldOffset >
 
class  v8::internal::WithProtectedPointer< kFieldOffset >::BodyDescriptor< Base >
 
class  v8::internal::StackedBodyDescriptor< Base, FirstMixin, MoreMixins >
 
class  v8::internal::StackedBodyDescriptor< Base, FirstMixin >
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Typedefs

template<typename T >
using v8::internal::FixedBodyDescriptorFor
 
template<size_t kFieldOffset>
using v8::internal::WithStrongCodePointer