#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 |
Source code which can be then compiled to a UnboundScript or Script.
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |
|
inline |
|
friend |