|
| CompilationCacheScript (Isolate *isolate) |
|
MaybeHandle< SharedFunctionInfo > | Lookup (Handle< String > source, MaybeHandle< Object > name, int line_offset, int column_offset, ScriptOriginOptions resource_options, Handle< Context > native_context, LanguageMode language_mode) |
|
void | Put (Handle< String > source, Handle< Context > context, LanguageMode language_mode, Handle< SharedFunctionInfo > function_info) |
|
| 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 const int | kFirstGeneration = 0 |
|
Isolate * | isolate () |
|
Definition at line 78 of file compilation-cache.h.
The documentation for this class was generated from the following files: