v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
ScriptCompiler::Source Class Reference

#include <v8-script.h>

Public Member Functions

V8_INLINE Source (Local< String > source_string, const ScriptOrigin &origin, CachedData *cached_data=nullptr, ConsumeCodeCacheTask *consume_cache_task=nullptr)
 
V8_INLINE Source (Local< String > source_string, CachedData *cached_data=nullptr, ConsumeCodeCacheTask *consume_cache_task=nullptr)
 
V8_INLINE Source (Local< String > source_string, const ScriptOrigin &origin, CompileHintCallback callback, void *callback_data)
 
V8_INLINE ~Source ()=default
 
V8_INLINE const CachedDataGetCachedData () const
 
V8_INLINE const ScriptOriginOptionsGetResourceOptions () const
 
V8_INLINE const CompilationDetailsGetCompilationDetails () const
 

Friends

class ScriptCompiler
 

Detailed Description

Source code which can be then compiled to a UnboundScript or Script.

Definition at line 492 of file v8-script.h.

Constructor & Destructor Documentation

◆ Source() [1/3]

Source ( Local< String > source_string,
const ScriptOrigin & origin,
CachedData * cached_data = nullptr,
ConsumeCodeCacheTask * consume_cache_task = nullptr )

Definition at line 890 of file v8-script.h.

References Source().

Referenced by Source().

◆ Source() [2/3]

Source ( Local< String > source_string,
CachedData * cached_data = nullptr,
ConsumeCodeCacheTask * consume_cache_task = nullptr )
explicit

Definition at line 903 of file v8-script.h.

◆ Source() [3/3]

Source ( Local< String > source_string,
const ScriptOrigin & origin,
CompileHintCallback callback,
void * callback_data )

Definition at line 909 of file v8-script.h.

◆ ~Source()

Member Function Documentation

◆ GetCachedData()

const ScriptCompiler::CachedData * GetCachedData ( ) const

Definition at line 922 of file v8-script.h.

Referenced by ~Source().

◆ GetCompilationDetails()

const ScriptCompiler::CompilationDetails & GetCompilationDetails ( ) const

Definition at line 932 of file v8-script.h.

Referenced by ~Source().

◆ GetResourceOptions()

const ScriptOriginOptions & GetResourceOptions ( ) const

Definition at line 927 of file v8-script.h.

Referenced by ~Source().

Friends And Related Symbol Documentation

◆ ScriptCompiler

friend class ScriptCompiler
friend

Definition at line 517 of file v8-script.h.

References ScriptCompiler.

Referenced by ScriptCompiler.


The documentation for this class was generated from the following file: