v8
6.2.414 (node 8.16.2)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
virtual | ~Delegate () |
virtual MaybeLocal< Object > | ReadHostObject (Isolate *isolate) |
virtual MaybeLocal< WasmCompiledModule > | GetWasmModuleFromId (Isolate *isolate, uint32_t transfer_id) |
|
virtual |
Get a WasmCompiledModule given a transfer_id previously provided by ValueSerializer::GetWasmModuleTransferId
|
virtual |
The embedder overrides this method to read some kind of host object, if possible. If not, a suitable exception should be thrown and MaybeLocal<Object>() returned.