v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
DeserializeInternalFieldsCallback Struct Reference

#include <v8-snapshot.h>

Collaboration diagram for DeserializeInternalFieldsCallback:

Public Types

using CallbackFunction
 

Public Member Functions

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

Data Fields

CallbackFunction callback
 
void * data
 

Detailed Description

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

Definition at line 91 of file v8-snapshot.h.

Member Typedef Documentation

◆ CallbackFunction

Initial value:

Definition at line 92 of file v8-snapshot.h.

Constructor & Destructor Documentation

◆ DeserializeInternalFieldsCallback()

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

Definition at line 94 of file v8-snapshot.h.

References callback, and data.

Field Documentation

◆ callback

CallbackFunction callback

Definition at line 98 of file v8-snapshot.h.

Referenced by DeserializeInternalFieldsCallback().

◆ data

void* data

Definition at line 99 of file v8-snapshot.h.

Referenced by DeserializeInternalFieldsCallback().


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