V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::CompilationSubCache Class Reference
Inheritance diagram for v8::internal::CompilationSubCache:
v8::internal::CompilationCacheEval v8::internal::CompilationCacheRegExp v8::internal::CompilationCacheScript

Public Member Functions

 CompilationSubCache (Isolate *isolate, int generations)
 
Handle< CompilationCacheTableGetTable (int generation)
 
Handle< CompilationCacheTableGetFirstTable ()
 
void SetFirstTable (Handle< CompilationCacheTable > value)
 
void Age ()
 
void Iterate (RootVisitor *v)
 
void Clear ()
 
void Remove (Handle< SharedFunctionInfo > function_info)
 
int generations ()
 

Static Public Attributes

static const int kFirstGeneration = 0
 

Protected Member Functions

Isolateisolate ()
 

Detailed Description

Definition at line 24 of file compilation-cache.h.


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