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

Public Member Functions

 CompilationCacheRegExp (Isolate *isolate, int generations)
 
MaybeHandle< FixedArrayLookup (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< 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 ()
 

Additional Inherited Members

- Static Public Attributes inherited from v8::internal::CompilationSubCache
static const int kFirstGeneration = 0
 
- Protected Member Functions inherited from v8::internal::CompilationSubCache
Isolateisolate ()
 

Detailed Description

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


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