![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <platform.h>
Classes | |
struct | StackSlot |
Static Public Member Functions | |
static StackSlot | GetStackStart () |
static V8_NOINLINE StackSlot | GetCurrentStackPosition () |
static V8_INLINE StackSlot | GetCurrentFrameAddress () |
static StackSlot | GetRealStackAddressForSlot (StackSlot slot) |
Static Private Member Functions | |
static StackSlot | GetStackStartUnchecked () |
static Stack::StackSlot | ObtainCurrentThreadStackStart () |
Friends | |
class | heap::base::Stack |
Definition at line 642 of file platform.h.
Definition at line 670 of file platform.h.
|
static |
Definition at line 680 of file platform.h.
|
static |
|
staticprivate |
Definition at line 18 of file platform.cc.
|
staticprivate |
|
friend |
Definition at line 701 of file platform.h.