V8 Project
v8::internal::compiler::NodeCache< Key >::Entry Struct Reference
+ Collaboration diagram for v8::internal::compiler::NodeCache< Key >::Entry:

Public Attributes

Key key_
 
Node * value_
 

Detailed Description

template<typename Key>
struct v8::internal::compiler::NodeCache< Key >::Entry

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

Member Data Documentation

◆ key_

template<typename Key >
Key v8::internal::compiler::NodeCache< Key >::Entry::key_

◆ value_

template<typename Key >
Node* v8::internal::compiler::NodeCache< Key >::Entry::value_

The documentation for this struct was generated from the following file: