![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| CompilationCacheRegExp (Isolate *isolate, int generations) | |
| MaybeHandle< FixedArray > | Lookup (Handle< String > source, JSRegExp::Flags flags) |
| void | Put (Handle< String > source, JSRegExp::Flags flags, Handle< FixedArray > data) |
Public Member Functions inherited from v8::internal::CompilationSubCache | |
| 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 () |
Additional Inherited Members | |
Static Public Attributes inherited from v8::internal::CompilationSubCache | |
| static const int | kFirstGeneration = 0 |
Protected Member Functions inherited from v8::internal::CompilationSubCache | |
| Isolate * | isolate () |
Definition at line 135 of file compilation-cache.h.