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

#include <property-cell.h>

Inheritance diagram for v8::internal::ContextSidePropertyCell:
Collaboration diagram for v8::internal::ContextSidePropertyCell:

Public Types

enum  Property {
  kOther = 0 , kConst = 1 , kSmi = 2 , kMutableInt32 ,
  kMutableHeapNumber
}
 
using BodyDescriptor
 

Public Member Functions

Property context_side_property () const
 

Static Public Member Functions

static Tagged< SmiConst ()
 
static Tagged< SmiSmiMarker ()
 
static Tagged< SmiMutableInt32 ()
 
static Tagged< SmiMutableHeapNumber ()
 
static Tagged< SmiOther ()
 
static Property FromSmi (Tagged< Smi > smi)
 

Friends

class Factory
 

Detailed Description

Definition at line 100 of file property-cell.h.

Member Typedef Documentation

◆ BodyDescriptor

Initial value:
FixedBodyDescriptor<kDependentCodeOffset, kSize, kSize>

Definition at line 153 of file property-cell.h.

Member Enumeration Documentation

◆ Property

Enumerator
kOther 
kConst 
kSmi 
kMutableInt32 
kMutableHeapNumber 

Definition at line 107 of file property-cell.h.

Member Function Documentation

◆ Const()

static Tagged< Smi > v8::internal::ContextSidePropertyCell::Const ( )
inlinestatic

Definition at line 125 of file property-cell.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ context_side_property()

kDependentCodeOffset ContextSidePropertyCell::Property v8::internal::ContextSidePropertyCell::context_side_property ( ) const
inline

Definition at line 82 of file property-cell-inl.h.

◆ FromSmi()

static Property v8::internal::ContextSidePropertyCell::FromSmi ( Tagged< Smi > smi)
inlinestatic

Definition at line 135 of file property-cell.h.

Here is the caller graph for this function:

◆ MutableHeapNumber()

static Tagged< Smi > v8::internal::ContextSidePropertyCell::MutableHeapNumber ( )
inlinestatic

Definition at line 130 of file property-cell.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MutableInt32()

static Tagged< Smi > v8::internal::ContextSidePropertyCell::MutableInt32 ( )
inlinestatic

Definition at line 127 of file property-cell.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Other()

static Tagged< Smi > v8::internal::ContextSidePropertyCell::Other ( )
inlinestatic

Definition at line 133 of file property-cell.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SmiMarker()

static Tagged< Smi > v8::internal::ContextSidePropertyCell::SmiMarker ( )
inlinestatic

Definition at line 126 of file property-cell.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ Factory

friend class Factory
friend

Definition at line 159 of file property-cell.h.


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