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

Public Member Functions

bool operator() (const DelayedInsertionMapKey &a, const DelayedInsertionMapKey &b) const
 

Detailed Description

Definition at line 58 of file register-allocator.cc.

Member Function Documentation

◆ operator()()

bool v8::internal::compiler::DelayedInsertionMapCompare::operator() ( const DelayedInsertionMapKey & a,
const DelayedInsertionMapKey & b ) const
inline

Definition at line 59 of file register-allocator.cc.


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