![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <simulator.h>
Public Types | |
using | Signature = Return(Args...) |
Public Member Functions | |
DISABLE_CFI_ICALL Return | Call (Args... args) |
Static Public Member Functions | |
static GeneratedCode | FromAddress (Isolate *isolate, Address addr) |
static GeneratedCode | FromBuffer (Isolate *isolate, uint8_t *buffer) |
static GeneratedCode | FromCode (Isolate *isolate, Tagged< Code > code) |
Private Member Functions | |
GeneratedCode (Isolate *isolate, Signature *fn_ptr) | |
Private Attributes | |
Isolate * | isolate_ |
Signature * | fn_ptr_ |
Friends | |
class | GeneratedCode< Return(Args...)> |
Definition at line 150 of file simulator.h.
using v8::internal::GeneratedCode< Return, Args >::Signature = Return(Args...) |
Definition at line 152 of file simulator.h.
|
inlineprivate |
|
inline |
|
inlinestatic |
Definition at line 154 of file simulator.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 162 of file simulator.h.
|
friend |
Definition at line 184 of file simulator.h.
|
private |
Definition at line 220 of file simulator.h.
|
private |
Definition at line 219 of file simulator.h.