Searched refs:ClearAndLeak (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/include/ |
H A D | v8-util.h | 299 static PersistentContainerValue ClearAndLeak(Global<V>* persistent) { in ClearAndLeak() function in v8::PersistentValueMapBase 400 Traits::Set(this->impl(), key, this->ClearAndLeak(persistent)); in SetUnique() 476 Traits::Set(this->impl(), key, this->ClearAndLeak(persistent)); in SetUnique() 590 Traits::Append(&impl_, ClearAndLeak(&persistent)); in Append() 597 Traits::Append(&impl_, ClearAndLeak(&persistent)); in Append() 642 static PersistentContainerValue ClearAndLeak(Global<V>* persistent) { in ClearAndLeak() function in v8::PersistentValueVector
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-util.h | 304 static PersistentContainerValue ClearAndLeak(Global<V>* persistent) { in ClearAndLeak() function in v8::PersistentValueMapBase 406 Traits::Set(this->impl(), key, this->ClearAndLeak(persistent)); in SetUnique() 482 Traits::Set(this->impl(), key, this->ClearAndLeak(persistent)); in SetUnique() 594 Traits::Append(&impl_, ClearAndLeak(&persistent)); in Append() 601 Traits::Append(&impl_, ClearAndLeak(&persistent)); in Append() 648 static PersistentContainerValue ClearAndLeak(Global<V>* persistent) { in ClearAndLeak() function
|
Completed in 4 milliseconds