v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::StateValuesCache::NodeKey Struct Reference
Inheritance diagram for v8::internal::compiler::StateValuesCache::NodeKey:
Collaboration diagram for v8::internal::compiler::StateValuesCache::NodeKey:

Public Member Functions

 NodeKey (Node *node)
 

Public Attributes

Nodenode
 

Detailed Description

Definition at line 35 of file state-values-utils.h.

Constructor & Destructor Documentation

◆ NodeKey()

v8::internal::compiler::StateValuesCache::NodeKey::NodeKey ( Node * node)
inlineexplicit

Definition at line 38 of file state-values-utils.h.

Member Data Documentation

◆ node

Node* v8::internal::compiler::StateValuesCache::NodeKey::node

Definition at line 36 of file state-values-utils.h.


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