V8 API Reference Guide generated from the header files
Public Member Functions | Friends
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 const CachedDataGetCachedData () const
 
V8_INLINE const ScriptOriginOptionsGetResourceOptions () const
 
 Source (const Source &)=delete
 
Sourceoperator= (const Source &)=delete
 

Friends

class ScriptCompiler
 

Detailed Description

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


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