v8  10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
ExtensionConfiguration Class Reference

#include <v8-context.h>

Public Member Functions

 ExtensionConfiguration ()
 
 ExtensionConfiguration (int name_count, const char *names[])
 
const char ** begin () const
 
const char ** end () const
 

Detailed Description

A container for extension names.

Definition at line 27 of file v8-context.h.

Constructor & Destructor Documentation

◆ ExtensionConfiguration() [1/2]

Definition at line 29 of file v8-context.h.

◆ ExtensionConfiguration() [2/2]

ExtensionConfiguration ( int  name_count,
const char *  names[] 
)
inline

Definition at line 30 of file v8-context.h.

Member Function Documentation

◆ begin()

const char** begin ( ) const
inline

Definition at line 33 of file v8-context.h.

◆ end()

const char** end ( ) const
inline

Definition at line 34 of file v8-context.h.


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