Home
last modified time | relevance | path

Searched refs:DiscardPerThreadDataForThisThread (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.h687 void DiscardPerThreadDataForThisThread();
Disolate.cc489 void Isolate::DiscardPerThreadDataForThisThread() { in DiscardPerThreadDataForThisThread() function in v8::internal::Isolate
/third_party/node/deps/v8/src/api/
Dapi.cc8715 isolate->DiscardPerThreadDataForThisThread(); in DiscardThreadSpecificMetadata()