V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
CompilationSubCache (Isolate *isolate, int generations) | |
Handle< CompilationCacheTable > | GetTable (int generation) |
Handle< CompilationCacheTable > | GetFirstTable () |
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 | |
Isolate * | isolate () |
Definition at line 24 of file compilation-cache.h.