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

Public Member Functions

bool operator() (const Candidate &left, const Candidate &right) const
 

Detailed Description

Definition at line 88 of file js-inlining-heuristic.h.

Member Function Documentation

◆ operator()()

bool v8::internal::compiler::JSInliningHeuristic::CandidateCompare::operator() ( const Candidate & left,
const Candidate & right ) const

Definition at line 792 of file js-inlining-heuristic.cc.

Here is the call graph for this function:

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