v8  6.2.414 (node 9.11.2)
V8 is Google's open source JavaScript engine
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)
 

Detailed Description

Definition at line 1927 of file v8.h.

Constructor & Destructor Documentation

◆ ~Delegate()

virtual ~Delegate ( )
inlinevirtual

Definition at line 1929 of file v8.h.

Member Function Documentation

◆ GetWasmModuleFromId()

virtual MaybeLocal<WasmCompiledModule> GetWasmModuleFromId ( Isolate isolate,
uint32_t  transfer_id 
)
virtual

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

◆ ReadHostObject()

virtual MaybeLocal<Object> 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: