Searched defs:ClearAndLeak (Results 1 - 1 of 1) sorted by relevance

/external/v8/include/
H A Dv8-util.h312 static PersistentContainerValue ClearAndLeak(Global<V>* persistent) { function in class:v8::PersistentValueMapBase
400 Traits::Set(this->impl(), key, this->ClearAndLeak(persistent));
472 Traits::Set(this->impl(), key, this->ClearAndLeak(persistent));
586 Traits::Append(&impl_, ClearAndLeak(&persistent));
593 Traits::Append(&impl_, ClearAndLeak(&persistent));
638 static PersistentContainerValue ClearAndLeak(Global<V>* persistent) { function in class:v8::PersistentValueVector

Completed in 113 milliseconds