v8  4.6.85 (node 5.12.0)
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
 

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 1254 of file v8.h.

Member Enumeration Documentation

◆ Encoding

enum Encoding
Enumerator
ONE_BYTE 
TWO_BYTE 
UTF8 

Definition at line 1256 of file v8.h.

Constructor & Destructor Documentation

◆ StreamedSource()

StreamedSource ( ExternalSourceStream source_stream,
Encoding  encoding 
)

◆ ~StreamedSource()

Member Function Documentation

◆ GetCachedData()

const CachedData* GetCachedData ( ) const

◆ impl()

internal::StreamedSource* impl ( ) const
inline

Definition at line 1266 of file v8.h.


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