![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <object-view.h>
Public Member Functions | |
| V8_INLINE | ObjectView (const HeapObjectHeader &header) |
| V8_INLINE Address | Start () const |
| V8_INLINE ConstAddress | End () const |
| V8_INLINE size_t | Size () const |
Private Attributes | |
| const HeapObjectHeader & | header_ |
| const BasePage * | base_page_ |
| const bool | is_large_object_ |
Definition at line 19 of file object-view.h.
|
explicit |
| ConstAddress cppgc::internal::ObjectView< access_mode >::End | ( | ) | const |
Definition at line 48 of file object-view.h.
| size_t cppgc::internal::ObjectView< access_mode >::Size | ( | ) | const |
Definition at line 54 of file object-view.h.
| Address cppgc::internal::ObjectView< access_mode >::Start | ( | ) | const |
|
private |
Definition at line 29 of file object-view.h.
|
private |
Definition at line 28 of file object-view.h.
|
private |
Definition at line 30 of file object-view.h.