v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 BoundScript.

Definition at line 1131 of file v8.h.

Constructor & Destructor Documentation

Source ( Local< String source_string,
const ScriptOrigin origin,
CachedData cached_data = NULL 
)

Definition at line 6103 of file v8.h.

Source ( Local< String source_string,
CachedData cached_data = NULL 
)

Definition at line 6113 of file v8.h.

~Source ( )

Definition at line 6118 of file v8.h.

Member Function Documentation

const ScriptCompiler::CachedData * GetCachedData ( ) const

Definition at line 6123 of file v8.h.

Referenced by TEST().

Friends And Related Function Documentation

friend class ScriptCompiler
friend

Definition at line 1146 of file v8.h.


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