![]()  | 
  
    V8
    latest master commit
    
   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 () | 
| const V8_INLINE CachedData * | GetCachedData () const | 
| const V8_INLINE 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.
| v8::ScriptCompiler::Source::Source | ( | Local< String > | source_string, | 
| const ScriptOrigin & | origin, | ||
| CachedData * | cached_data = nullptr  | 
        ||
| ) | 
| v8::ScriptCompiler::Source::Source | ( | Local< String > | source_string, | 
| CachedData * | cached_data = nullptr  | 
        ||
| ) | 
      
  | 
  delete | 
| const ScriptCompiler::CachedData * v8::ScriptCompiler::Source::GetCachedData | ( | ) | const | 
| const ScriptOriginOptions & v8::ScriptCompiler::Source::GetResourceOptions | ( | ) | const | 
      
  | 
  friend |