|
V8 Project
|
A streaming task which the embedder must run on a background thread to stream scripts into V8. More...
#include <v8.h>
Inheritance diagram for v8::ScriptCompiler::ScriptStreamingTask:
Collaboration diagram for v8::ScriptCompiler::ScriptStreamingTask:Public Member Functions | |
| virtual | ~ScriptStreamingTask () |
| virtual void | Run ()=0 |
A streaming task which the embedder must run on a background thread to stream scripts into V8.
Returned by ScriptCompiler::StartStreamingScript.
|
inlinevirtual |
|
pure virtual |
Implemented in v8::internal::BackgroundParsingTask.