Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
v8::ScriptCompiler::Source Class Reference

#include <v8.h>

Public Member Functions

 Source (Local< String > source_string, const ScriptOrigin &origin, CachedData *cached_data=NULL)
 
 Source (Local< String > source_string, CachedData *cached_data=NULL)
 
 ~Source ()
 
const CachedData * GetCachedData () const
 
const ScriptOriginOptions & GetResourceOptions () const
 
 Source (const Source &)=delete
 
Source & operator= (const Source &)=delete
 

Friends

class ScriptCompiler
 

Detailed Description

Source code which can be then compiled to a UnboundScript or Script.

Constructor & Destructor Documentation

◆ Source() [1/3]

v8::ScriptCompiler::Source::Source ( Local< String >  source_string,
const ScriptOrigin &  origin,
CachedData *  cached_data = NULL 
)
inline

◆ Source() [2/3]

v8::ScriptCompiler::Source::Source ( Local< String >  source_string,
CachedData *  cached_data = NULL 
)
inline

◆ ~Source()

v8::ScriptCompiler::Source::~Source ( )
inline

◆ Source() [3/3]

v8::ScriptCompiler::Source::Source ( const Source &  )
delete

Member Function Documentation

◆ GetCachedData()

const ScriptCompiler::CachedData * v8::ScriptCompiler::Source::GetCachedData ( ) const
inline

◆ GetResourceOptions()

const ScriptOriginOptions & v8::ScriptCompiler::Source::GetResourceOptions ( ) const
inline

◆ operator=()

Source & v8::ScriptCompiler::Source::operator= ( const Source &  )
delete

Friends And Related Function Documentation

◆ ScriptCompiler

friend class ScriptCompiler
friend

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