![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Static Public Member Functions | |
static void | Initialize () |
static bool | IsUnalignedLoadSupported (MemoryRepresentation repr) |
static bool | IsUnalignedStoreSupported (MemoryRepresentation repr) |
Static Private Attributes | |
static bool | initialized_ |
static base::LazyMutex | mutex_ = LAZY_MUTEX_INITIALIZER |
static SupportedOperations | instance_ |
Definition at line 1344 of file operations.h.
|
static |
Definition at line 1975 of file operations.cc.
|
static |
Definition at line 1995 of file operations.cc.
|
static |
Definition at line 2001 of file operations.cc.
|
staticprivate |
Definition at line 1364 of file operations.h.
|
staticprivate |
Definition at line 1366 of file operations.h.
|
staticprivate |
Definition at line 1365 of file operations.h.