v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Cell Class Reference

#include <cell.h>

Inheritance diagram for v8::internal::Cell:
Collaboration diagram for v8::internal::Cell:

Public Types

using BodyDescriptor = FixedBodyDescriptor<kValueOffset, kSize, kSize>
 

Public Member Functions

Address ValueAddress ()
 

Detailed Description

Definition at line 18 of file cell.h.

Member Typedef Documentation

◆ BodyDescriptor

using v8::internal::Cell::BodyDescriptor = FixedBodyDescriptor<kValueOffset, kSize, kSize>

Definition at line 25 of file cell.h.

Member Function Documentation

◆ ValueAddress()

Address v8::internal::Cell::ValueAddress ( )
inline

Definition at line 20 of file cell.h.


The documentation for this class was generated from the following file: