v8/test/unittests/heap/cppgc
Michael Lippautz e83936120e cppgc: Provide Visitor::Trace for WeakMember
Provides the infrastructure to register weak callbacks for
WeakMember<T> through visitor. The WeakCallbackInfo broker is used to
query objects for liveness. In a future CL the same broker object is
passed to custom weak callbacks.

Change-Id: I8b5a66354e0e457521989d40ae64a9558c339503
Bug: chromium:1056170
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2142265
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: Omer Katz <omerkatz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67109}
2020-04-14 10:37:35 +00:00
..
finalizer-trait_unittest.cc cppgc: Move implementation headers in internal/ dir 2020-04-08 07:39:40 +00:00
garbage-collected_unittest.cc cppgc: Make tests use idiomatic allocation 2020-04-08 06:56:20 +00:00
gc-info_unittest.cc cppgc: Move implementation headers in internal/ dir 2020-04-08 07:39:40 +00:00
heap_unittest.cc Reland "cppgc: Stack scanning support for Windows native" 2020-04-07 11:02:55 +00:00
heap-object-header_unittest.cc cppgc: Fix compilation of death tests on iOS 2020-03-30 19:11:26 +00:00
heap-page_unittest.cc cppgc: Fix GetHeapFromPayload 2020-04-09 10:10:23 +00:00
member_unittests.cc cppgc: Refine Member a bit 2020-04-08 13:13:01 +00:00
run-all-unittests.cc cppgc: Hello world 2020-03-23 21:42:56 +00:00
source-location_unittest.cc cppgc: Add SourceLocation class 2020-04-03 02:00:23 +00:00
stack_unittest.cc cppgc: TSAN support for stack scanning 2020-04-03 07:50:24 +00:00
tests.cc cppgc: Make tests use idiomatic allocation 2020-04-08 06:56:20 +00:00
tests.h cppgc: Make tests use idiomatic allocation 2020-04-08 06:56:20 +00:00
visitor_unittest.cc cppgc: Provide Visitor::Trace for WeakMember 2020-04-14 10:37:35 +00:00