Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
v8::internal::HandleHelper Class Referencefinal

#include <v8-internal.h>

Static Public Member Functions

template<typename T1 , typename T2 >
static bool EqualHandles (const T1 &lhs, const T2 &rhs)
 

Detailed Description

Helper functions about handles.

Member Function Documentation

◆ EqualHandles()

template<typename T1 , typename T2 >
static bool v8::internal::HandleHelper::EqualHandles ( const T1 &  lhs,
const T2 &  rhs 
)
inlinestatic

Checks whether two handles are equal. They are equal iff they are both empty or they are both non-empty and the objects to which they refer are physically equal.

If both handles refer to JS objects, this is the same as strict equality. For primitives, such as numbers or strings, a false return value does not indicate that the values aren't equal in the JavaScript sense. Use Value::StrictEquals() to check primitives for equality.

Here is the caller graph for this function:

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