Searched refs:Unify (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dinterface.cc100 reinterpret_cast<Interface*>(p->value)->Unify(interface, ok);
113 void Interface::Unify(Interface* that, bool* ok) { function in class:v8::internal::Interface
114 if (this->forward_) return this->Chase()->Unify(that, ok);
115 if (that->forward_) return this->Unify(that->Chase(), ok);
H A Dinterface.h73 // Unify with another interface. If successful, both interface objects will
75 void Unify(Interface* that, bool* ok);
H A Dscopes.cc1009 proxy->interface()->Unify(var->interface(), &ok);
H A Dparser.cc1858 proxy->interface()->Unify(var->interface(), &ok);

Completed in 111 milliseconds