Home
last modified time | relevance | path

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

/external/v8/src/
Dinterface.cc137 this->DoUnify(that, ok); in Unify()
139 that->DoUnify(this, ok); in Unify()
154 void Interface::DoUnify(Interface* that, bool* ok) { in DoUnify() function in v8::internal::Interface
Dinterface.h151 void DoUnify(Interface* that, bool* ok);