V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::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)
 
 V8_DEPRECATED ("No longer used", const CachedData *GetCachedData() const)
 
internal::ScriptStreamingDataimpl () 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 and compiled after parsing has completed. StreamedSource must be kept alive while the streaming task is run (see ScriptStreamingTask below).

Definition at line 1388 of file v8.h.


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