Loading...
Searching...
No Matches
Public Member Functions | List of all members
v8::ValueDeserializer::Delegate Class Reference

#include <v8.h>

Public Member Functions

virtual ~Delegate ()
 
virtual MaybeLocal< ObjectReadHostObject (Isolate *isolate)
 
virtual MaybeLocal< WasmCompiledModuleGetWasmModuleFromId (Isolate *isolate, uint32_t transfer_id)
 

Constructor & Destructor Documentation

◆ ~Delegate()

virtual v8::ValueDeserializer::Delegate::~Delegate ( )
inlinevirtual

Member Function Documentation

◆ GetWasmModuleFromId()

virtual MaybeLocal< WasmCompiledModule > v8::ValueDeserializer::Delegate::GetWasmModuleFromId ( Isolate isolate,
uint32_t  transfer_id 
)
virtual

Get a WasmCompiledModule given a transfer_id previously provided by ValueSerializer::GetWasmModuleTransferId

◆ ReadHostObject()

virtual MaybeLocal< Object > v8::ValueDeserializer::Delegate::ReadHostObject ( Isolate isolate)
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.


The documentation for this class was generated from the following file: