v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Handle< T >::equal_to Struct Reference

#include <handles.h>

Inheritance diagram for v8::internal::Handle< T >::equal_to:
Collaboration diagram for v8::internal::Handle< T >::equal_to:

Public Member Functions

V8_INLINE bool operator() (Handle< T > lhs, Handle< T > rhs) const
 

Detailed Description

template<typename T>
struct v8::internal::Handle< T >::equal_to

Definition at line 219 of file handles.h.

Member Function Documentation

◆ operator()()

template<typename T >
V8_INLINE bool v8::internal::Handle< T >::equal_to::operator() ( Handle< T > lhs,
Handle< T > rhs ) const
inline

Definition at line 220 of file handles.h.

Here is the call graph for this function:

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