![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-interpreter.h>
Public Member Functions | |
WasmInterpreterThread * | GetCurrentInterpreterThread (Isolate *isolate) |
void | NotifyIsolateDisposal (Isolate *isolate) |
Private Types | |
typedef std::unordered_map< int, std::unique_ptr< WasmInterpreterThread > > | ThreadInterpreterMap |
Private Attributes | |
ThreadInterpreterMap | map_ |
base::Mutex | mutex_ |
Definition at line 186 of file wasm-interpreter.h.
|
private |
Definition at line 194 of file wasm-interpreter.h.
WasmInterpreterThread * v8::internal::wasm::WasmInterpreterThreadMap::GetCurrentInterpreterThread | ( | Isolate * | isolate | ) |
Definition at line 173 of file wasm-interpreter.cc.
|
private |
Definition at line 195 of file wasm-interpreter.h.
|
private |
Definition at line 196 of file wasm-interpreter.h.