v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ExternalEntityTable< Entry, size >::UnsealReadOnlySegmentScope Class Referencefinal

#include <external-entity-table.h>

Collaboration diagram for v8::internal::ExternalEntityTable< Entry, size >::UnsealReadOnlySegmentScope:

Public Member Functions

 UnsealReadOnlySegmentScope (ExternalEntityTable< Entry, size > *table)
 
 ~UnsealReadOnlySegmentScope ()
 

Private Attributes

ExternalEntityTable< Entry, size > *const table_
 

Detailed Description

template<typename Entry, size_t size>
class v8::internal::ExternalEntityTable< Entry, size >::UnsealReadOnlySegmentScope

Definition at line 253 of file external-entity-table.h.

Constructor & Destructor Documentation

◆ UnsealReadOnlySegmentScope()

template<typename Entry , size_t size>
v8::internal::ExternalEntityTable< Entry, size >::UnsealReadOnlySegmentScope::UnsealReadOnlySegmentScope ( ExternalEntityTable< Entry, size > * table)
inlineexplicit

Definition at line 255 of file external-entity-table.h.

◆ ~UnsealReadOnlySegmentScope()

template<typename Entry , size_t size>
v8::internal::ExternalEntityTable< Entry, size >::UnsealReadOnlySegmentScope::~UnsealReadOnlySegmentScope ( )
inline

Definition at line 260 of file external-entity-table.h.

Member Data Documentation

◆ table_

template<typename Entry , size_t size>
ExternalEntityTable<Entry, size>* const v8::internal::ExternalEntityTable< Entry, size >::UnsealReadOnlySegmentScope::table_
private

Definition at line 263 of file external-entity-table.h.


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