v8 10.2.154 (node 18.16.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
ScriptCompiler::ConsumeCodeCacheTask Class Referencefinal

#include <v8-script.h>

Public Member Functions

 ~ConsumeCodeCacheTask ()
 
void Run ()
 

Friends

class ScriptCompiler
 

Detailed Description

A task which the embedder must run on a background thread to consume a V8 code cache. Returned by ScriptCompiler::StarConsumingCodeCache.

Definition at line 494 of file v8-script.h.

Constructor & Destructor Documentation

◆ ~ConsumeCodeCacheTask()

Member Function Documentation

◆ Run()

void Run ( )

Friends And Related Symbol Documentation

◆ ScriptCompiler

friend class ScriptCompiler
friend

Definition at line 501 of file v8-script.h.


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