![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <property-cell.h>
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< Smi > | Const () |
static Tagged< Smi > | SmiMarker () |
static Tagged< Smi > | MutableInt32 () |
static Tagged< Smi > | MutableHeapNumber () |
static Tagged< Smi > | Other () |
static Property | FromSmi (Tagged< Smi > smi) |
Friends | |
class | Factory |
Definition at line 100 of file property-cell.h.
Definition at line 153 of file property-cell.h.
Enumerator | |
---|---|
kOther | |
kConst | |
kSmi | |
kMutableInt32 | |
kMutableHeapNumber |
Definition at line 107 of file property-cell.h.
Definition at line 125 of file property-cell.h.
|
inline |
Definition at line 82 of file property-cell-inl.h.
Definition at line 130 of file property-cell.h.
Definition at line 127 of file property-cell.h.
Definition at line 133 of file property-cell.h.
Definition at line 126 of file property-cell.h.
|
friend |
Definition at line 159 of file property-cell.h.