#include <api.h>
Definition at line 78 of file api.h.
◆ RegisteredExtension() [1/2]
v8::RegisteredExtension::RegisteredExtension |
( |
Extension * | | ) |
|
|
explicitprivate |
◆ RegisteredExtension() [2/2]
v8::RegisteredExtension::RegisteredExtension |
( |
std::unique_ptr< Extension > | extension | ) |
|
|
explicitprivate |
◆ extension()
Extension * v8::RegisteredExtension::extension |
( |
| ) |
const |
|
inline |
Definition at line 82 of file api.h.
◆ first_extension()
Definition at line 84 of file api.h.
◆ next()
Definition at line 83 of file api.h.
◆ Register()
void v8::RegisteredExtension::Register |
( |
std::unique_ptr< Extension > | extension | ) |
|
|
static |
◆ UnregisterAll()
void v8::RegisteredExtension::UnregisterAll |
( |
| ) |
|
|
static |
◆ extension_
std::unique_ptr<Extension> v8::RegisteredExtension::extension_ |
|
private |
Definition at line 89 of file api.h.
◆ first_extension_
Definition at line 91 of file api.h.
◆ next_
Definition at line 90 of file api.h.
The documentation for this class was generated from the following files: