v8  9.4.146 (node 16.15.0)
V8 is Google's open source JavaScript engine
ScriptCompiler::ConsumeCodeCacheTask Class Referencefinal

#include <v8.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 1988 of file v8.h.

Constructor & Destructor Documentation

◆ ~ConsumeCodeCacheTask()

Member Function Documentation

◆ Run()

void Run ( )

Friends And Related Function Documentation

◆ ScriptCompiler

friend class ScriptCompiler
friend

Definition at line 1995 of file v8.h.


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