![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-script.h>
Public Member Functions | |
void | Run () |
Private Member Functions | |
ScriptStreamingTask (internal::ScriptStreamingData *data) | |
Private Attributes | |
internal::ScriptStreamingData * | data_ |
Friends | |
class | ScriptCompiler |
A streaming task which the embedder must run on a background thread to stream scripts into V8. Returned by ScriptCompiler::StartStreaming.
Definition at line 610 of file v8-script.h.
|
inlineexplicitprivate |
Definition at line 617 of file v8-script.h.
void v8::ScriptCompiler::ScriptStreamingTask::Run | ( | ) |
|
friend |
Definition at line 615 of file v8-script.h.
|
private |
Definition at line 620 of file v8-script.h.