Home
last modified time | relevance | path

Searched refs:other_handle (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dmaybe-handles.h97 Handle<Object> other_handle; in is_identical_to() local
100 other.handle_.ToHandle(&other_handle) && in is_identical_to()
101 this_handle.is_identical_to(other_handle); in is_identical_to()