v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
deserializer.h File Reference
Include dependency graph for deserializer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::Deserializer< IsolateT >
 
class  v8::internal::Deserializer< IsolateT >::HotObjectsList
 
struct  v8::internal::Deserializer< IsolateT >::ReferenceDescriptor
 
struct  v8::internal::Deserializer< IsolateT >::UnresolvedForwardRef
 
class  v8::internal::Deserializer< IsolateT >::DisableGCStats
 
class  v8::internal::StringTableInsertionKey
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define V8_CODE_EMBEDS_OBJECT_POINTER   0
 

Enumerations

enum class  v8::internal::DeserializingUserCodeOption { v8::internal::kNotDeserializingUserCode , v8::internal::kIsDeserializingUserCode }
 

Macro Definition Documentation

◆ V8_CODE_EMBEDS_OBJECT_POINTER

#define V8_CODE_EMBEDS_OBJECT_POINTER   0

Definition at line 39 of file deserializer.h.