Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-weaksets.cc110 std::pair<Handle<Object>*, int> handle_and_id(&key, 1234); in TEST() local
112 key.location(), reinterpret_cast<void*>(&handle_and_id), in TEST()
H A Dtest-weakmaps.cc99 std::pair<Handle<Object>*, int> handle_and_id(&key, 1234); in TEST() local
101 key.location(), reinterpret_cast<void*>(&handle_and_id), in TEST()
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc551 std::pair<Handle<Object>*, int> handle_and_id(&h2, 1234); in TEST() local
553 h2.location(), reinterpret_cast<void*>(&handle_and_id), in TEST()
590 std::pair<Handle<Object>*, int> handle_and_id(&h2, 1234); in TEST() local
592 h2.location(), reinterpret_cast<void*>(&handle_and_id), in TEST()
620 std::pair<Handle<Object>*, int> handle_and_id(&h, 1234); in TEST() local
621 GlobalHandles::MakeWeak(h.location(), reinterpret_cast<void*>(&handle_and_id), in TEST()