Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/gcmole/
Dgcmole-test.cc129 Handle<SomeObject> so_handle = handle(so, isolate); in TestFollowingVirtualFunctions() local
131 so_handle->Method(*derived.VirtualCauseGC(obj1, isolate)); in TestFollowingVirtualFunctions()
133 so_handle->Method(*base->VirtualCauseGC(obj1, isolate)); in TestFollowingVirtualFunctions()
150 Handle<SomeObject> so_handle = handle(so, isolate); in TestFollowingStaticFunctions() local
154 so_handle->Method(*SomeClass::StaticCauseGC(obj1, isolate)); in TestFollowingStaticFunctions()
Dtest-expectations.txt17 so_handle->Method(*derived.VirtualCauseGC(obj1, isolate));
20 so_handle->Method(*base->VirtualCauseGC(obj1, isolate));
23 so_handle->Method(*SomeClass::StaticCauseGC(obj1, isolate));