v8  6.2.414 (node 9.11.2)
V8 is Google's open source JavaScript engine
ScriptCompiler::StreamedSource Class Reference

#include <v8.h>

Public Types

enum  Encoding { ONE_BYTE , TWO_BYTE , UTF8 }
 

Public Member Functions

 StreamedSource (ExternalSourceStream *source_stream, Encoding encoding)
 
 ~StreamedSource ()
 
const CachedDataGetCachedData () const
 
internal::StreamedSource * impl () const
 
 StreamedSource (const StreamedSource &)=delete
 
StreamedSourceoperator= (const StreamedSource &)=delete
 

Detailed Description

Source code which can be streamed into V8 in pieces. It will be parsed while streaming. It can be compiled after the streaming is complete. StreamedSource must be kept alive while the streaming task is ran (see ScriptStreamingTask below).

Definition at line 1346 of file v8.h.

Member Enumeration Documentation

◆ Encoding

enum Encoding
Enumerator
ONE_BYTE 
TWO_BYTE 
UTF8 

Definition at line 1348 of file v8.h.

Constructor & Destructor Documentation

◆ StreamedSource() [1/2]

StreamedSource ( ExternalSourceStream source_stream,
Encoding  encoding 
)

◆ ~StreamedSource()

◆ StreamedSource() [2/2]

StreamedSource ( const StreamedSource )
delete

Member Function Documentation

◆ GetCachedData()

const CachedData* GetCachedData ( ) const

◆ impl()

internal::StreamedSource* impl ( ) const
inline

Definition at line 1358 of file v8.h.

◆ operator=()

StreamedSource& operator= ( const StreamedSource )
delete

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