v8
|
#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 CachedData * | GetCachedData () const |
Friends | |
class | ScriptCompiler |
Source code which can be then compiled to a UnboundScript or Script.
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 | ( | ) |
const ScriptCompiler::CachedData * v8::ScriptCompiler::Source::GetCachedData | ( | ) | const |
|
friend |