v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::SnapshotCreatorImpl::SerializableContext Struct Reference
Collaboration diagram for v8::internal::SnapshotCreatorImpl::SerializableContext:

Public Member Functions

 SerializableContext ()
 
 SerializableContext (Address *handle_location, SerializeEmbedderFieldsCallback callback)
 

Public Attributes

Addresshandle_location = nullptr
 
SerializeEmbedderFieldsCallback callback
 

Detailed Description

Definition at line 191 of file snapshot.h.

Constructor & Destructor Documentation

◆ SerializableContext() [1/2]

v8::internal::SnapshotCreatorImpl::SerializableContext::SerializableContext ( )
inline

Definition at line 192 of file snapshot.h.

◆ SerializableContext() [2/2]

v8::internal::SnapshotCreatorImpl::SerializableContext::SerializableContext ( Address * handle_location,
SerializeEmbedderFieldsCallback callback )
inline

Definition at line 193 of file snapshot.h.

Member Data Documentation

◆ callback

SerializeEmbedderFieldsCallback v8::internal::SnapshotCreatorImpl::SerializableContext::callback

Definition at line 197 of file snapshot.h.

◆ handle_location

Address* v8::internal::SnapshotCreatorImpl::SerializableContext::handle_location = nullptr

Definition at line 196 of file snapshot.h.


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