v8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Friends | List of all members
v8::ScriptCompiler::Source Class Reference

#include <v8.h>

Public Member Functions

V8_INLINE Source (Local< String > source_string, const ScriptOrigin &origin, CachedData *cached_data=NULL)
 
V8_INLINE Source (Local< String > source_string, CachedData *cached_data=NULL)
 
V8_INLINE ~Source ()
 
V8_INLINE const CachedDataGetCachedData () const
 

Friends

class ScriptCompiler
 

Detailed Description

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

Constructor & Destructor Documentation

v8::ScriptCompiler::Source::Source ( Local< String source_string,
const ScriptOrigin origin,
CachedData cached_data = NULL 
)
v8::ScriptCompiler::Source::Source ( Local< String source_string,
CachedData cached_data = NULL 
)
v8::ScriptCompiler::Source::~Source ( )

Member Function Documentation

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

Friends And Related Function Documentation

friend class ScriptCompiler
friend

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