HomeSort by relevance Sort by last modified time
    Searched refs:Unify (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
interface.cc 100 reinterpret_cast<Interface*>(p->value)->Unify(interface, ok);
113 void Interface::Unify(Interface* that, bool* ok) {
114 if (this->forward_) return this->Chase()->Unify(that, ok);
115 if (that->forward_) return this->Unify(that->Chase(), ok);
interface.h 67 // Add a name to the list of exports. If it already exists, unify with
73 // Unify with another interface. If successful, both interface objects will
75 void Unify(Interface* that, bool* ok);
scopes.cc 1009 proxy->interface()->Unify(var->interface(), &ok);
    [all...]
parser.cc     [all...]

Completed in 181 milliseconds