V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::ScriptCompiler::Source Class Reference

#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 const CachedDataGetCachedData () const
 
V8_INLINE const ScriptOriginOptionsGetResourceOptions () const
 
 Source (const Source &)=delete
 
Sourceoperator= (const Source &)=delete
 

Friends

class ScriptCompiler
 

Detailed Description

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

Definition at line 1294 of file v8.h.


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