v8
7.4.288(node12.0.0)
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=nullptr) |
V8_INLINE | Source (Local< String > source_string, CachedData *cached_data=nullptr) |
V8_INLINE | ~Source () |
V8_INLINE const CachedData * | GetCachedData () const |
V8_INLINE 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.
Source | ( | Local< String > | source_string, |
const ScriptOrigin & | origin, | ||
CachedData * | cached_data = nullptr |
||
) |
Source | ( | Local< String > | source_string, |
CachedData * | cached_data = nullptr |
||
) |
const ScriptCompiler::CachedData * GetCachedData | ( | ) | const |
const ScriptOriginOptions & GetResourceOptions | ( | ) | const |
|
friend |