Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
v8::DeserializeInternalFieldsCallback Struct Reference

#include <v8-snapshot.h>

Collaboration diagram for v8::DeserializeInternalFieldsCallback:
[legend]

Public Types

using CallbackFunction = void(*)(Local< Object > holder, int index, StartupData payload, void *data)
 

Public Member Functions

 DeserializeInternalFieldsCallback (CallbackFunction function=nullptr, void *data_arg=nullptr)
 

Public Attributes

CallbackFunction callback
 
void * data
 

Detailed Description

Callback and supporting data used to implement embedder logic to deserialize internal fields of v8::Objects.

Member Typedef Documentation

◆ CallbackFunction

using v8::DeserializeInternalFieldsCallback::CallbackFunction = void (*)(Local<Object> holder, int index, StartupData payload, void* data)

Constructor & Destructor Documentation

◆ DeserializeInternalFieldsCallback()

v8::DeserializeInternalFieldsCallback::DeserializeInternalFieldsCallback ( CallbackFunction  function = nullptr,
void *  data_arg = nullptr 
)
inline

Member Data Documentation

◆ callback

CallbackFunction v8::DeserializeInternalFieldsCallback::callback

◆ data

void* v8::DeserializeInternalFieldsCallback::data

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