|  | v8
    9.0.257(node16.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 () | 
| 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.
| Source | ( | Local< String > | source_string, | 
| const ScriptOrigin & | origin, | ||
| CachedData * | cached_data = nullptr | ||
| ) | 
Definition at line 11679 of file v8.h.
References ScriptOrigin::ColumnOffset(), ScriptOrigin::HostDefinedOptions(), ScriptOrigin::LineOffset(), ScriptOrigin::Options(), ScriptOrigin::ResourceName(), and ScriptOrigin::SourceMapUrl().
| 
 | explicit | 
| const ScriptCompiler::CachedData * GetCachedData | ( | ) | const | 
| const ScriptOriginOptions & GetResourceOptions | ( | ) | const | 
| 
 | friend |