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

Public Member Functions

 ExtensionStates ()
 
 ExtensionStates (const ExtensionStates &)=delete
 
ExtensionStatesoperator= (const ExtensionStates &)=delete
 
ExtensionTraversalState get_state (RegisteredExtension *extension)
 
void set_state (RegisteredExtension *extension, ExtensionTraversalState state)
 

Private Attributes

base::HashMap map_
 

Detailed Description

Definition at line 282 of file bootstrapper.cc.

Constructor & Destructor Documentation

◆ ExtensionStates() [1/2]

v8::internal::Genesis::ExtensionStates::ExtensionStates ( )

Definition at line 6646 of file bootstrapper.cc.

◆ ExtensionStates() [2/2]

v8::internal::Genesis::ExtensionStates::ExtensionStates ( const ExtensionStates & )
delete

Member Function Documentation

◆ get_state()

Genesis::ExtensionTraversalState v8::internal::Genesis::ExtensionStates::get_state ( RegisteredExtension * extension)

Definition at line 6648 of file bootstrapper.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

ExtensionStates & v8::internal::Genesis::ExtensionStates::operator= ( const ExtensionStates & )
delete

◆ set_state()

void v8::internal::Genesis::ExtensionStates::set_state ( RegisteredExtension * extension,
ExtensionTraversalState state )

Definition at line 6658 of file bootstrapper.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ map_

base::HashMap v8::internal::Genesis::ExtensionStates::map_
private

Definition at line 292 of file bootstrapper.cc.


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