|
V8 Project
|
General purpose unique identifier. More...
#include <v8.h>
Collaboration diagram for v8::UniqueId:Public Member Functions | |
| UniqueId (intptr_t data) | |
| bool | operator== (const UniqueId &other) const |
| bool | operator!= (const UniqueId &other) const |
| bool | operator< (const UniqueId &other) const |
Private Attributes | |
| intptr_t | data_ |
|
private |
Definition at line 162 of file v8.h.
Referenced by operator!=(), operator<(), and operator==().