V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::NodeCache< Key, Hash, Pred > Class Template Referencefinal

Classes

struct  Entry
 

Public Member Functions

 NodeCache (unsigned max=256)
 
Node ** Find (Zone *zone, Key key)
 
void GetCachedNodes (ZoneVector< Node *> *nodes)
 

Detailed Description

template<typename Key, typename Hash = base::hash<Key>, typename Pred = std::equal_to<Key>>
class v8::internal::compiler::NodeCache< Key, Hash, Pred >

Definition at line 30 of file node-cache.h.


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