![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <math-random.h>
Classes | |
struct | State |
Static Public Member Functions | |
static void | InitializeContext (Isolate *isolate, DirectHandle< Context > native_context) |
static void | ResetContext (Tagged< Context > native_context) |
static Address | RefillCache (Isolate *isolate, Address raw_native_context) |
Static Public Attributes | |
static const int | kCacheSize = 64 |
static const int | kStateSize = 2 * kInt64Size |
Definition at line 14 of file math-random.h.
|
static |
Definition at line 17 of file math-random.cc.
Definition at line 29 of file math-random.cc.
|
static |
Definition at line 24 of file math-random.h.
|
static |
Definition at line 25 of file math-random.h.