v8
3.28.71 (node 0.12.18)
V8 is Google's open source JavaScript engine
|
#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.
Source | ( | Local< String > | source_string, |
const ScriptOrigin & | origin, | ||
CachedData * | cached_data = NULL |
||
) |
Definition at line 6157 of file v8.h.
References ScriptOrigin::ResourceColumnOffset(), ScriptOrigin::ResourceIsSharedCrossOrigin(), ScriptOrigin::ResourceLineOffset(), and ScriptOrigin::ResourceName().
Source | ( | Local< String > | source_string, |
CachedData * | cached_data = NULL |
||
) |
const ScriptCompiler::CachedData * GetCachedData | ( | ) | const |
|
friend |