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

#include <v8.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 6900 of file v8.h.

Constructor & Destructor Documentation

◆ ExtensionConfiguration() [1/2]

Definition at line 6902 of file v8.h.

◆ ExtensionConfiguration() [2/2]

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

Definition at line 6903 of file v8.h.

Member Function Documentation

◆ begin()

const char** begin ( ) const
inline

Definition at line 6906 of file v8.h.

◆ end()

const char** end ( ) const
inline

Definition at line 6907 of file v8.h.


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