Home
last modified time | relevance | path

Searched refs:RequestGarbageCollectionForTesting (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/addons/buffer-free-callback/
Dbinding.cc34 isolate->RequestGarbageCollectionForTesting( in Check()
/third_party/node/deps/v8/include/
Dv8-isolate.h1153 void RequestGarbageCollectionForTesting(GarbageCollectionType type);
1166 void RequestGarbageCollectionForTesting(
/third_party/node/test/cctest/
Dtest_base_object_ptr.cc125 isolate_->RequestGarbageCollectionForTesting(Isolate::kFullGarbageCollection); in TEST_F()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc753 ->RequestGarbageCollectionForTesting( in CollectGarbageForTesting()
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc969 isolate->RequestGarbageCollectionForTesting( in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/api/
Dapi.cc8544 void Isolate::RequestGarbageCollectionForTesting(GarbageCollectionType type) { in RequestGarbageCollectionForTesting() function in v8::Isolate
8560 void Isolate::RequestGarbageCollectionForTesting( in RequestGarbageCollectionForTesting() function in v8::Isolate
8569 RequestGarbageCollectionForTesting(type); in RequestGarbageCollectionForTesting()