Home
last modified time | relevance | path

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

/external/v8/src/
Dinterface.cc121 if (this->IsValue()) return that->MakeValue(ok); in Unify()
122 if (that->IsValue()) return this->MakeValue(ok); in Unify()
Dinterface.h78 void MakeValue(bool* ok) { in MakeValue() function