v8/test/unittests/api
Yuki Shiino f379bb117f Make Isolate::GetIncumbentContext() work fine with ASAN
When ASAN is enabled, the previous implementation of
Isolate::GetIncumbentContext didn't work well due to mixture of fake
and real stack frames.

This patch converts an address in the fake stack frame to an address
in the real stack frame so that we can compare two addresses.

Bug: chromium:888867, chromium:866610
Change-Id: Iccf570b8555f2fbdc737b12894a2784ffdb31602
Reviewed-on: https://chromium-review.googlesource.com/c/1343709
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57662}
2018-11-21 05:40:08 +00:00
..
access-check-unittest.cc Enable clang's -Wunreachable-code warning. 2017-12-04 13:09:25 +00:00
exception-unittest.cc Clear pending message during Isolate::CancelScheduledExceptionFromTryCatch. 2017-02-08 16:12:59 +00:00
interceptor-unittest.cc [cleanup] Refactor general tests to use default members. 2018-09-14 14:40:47 +00:00
isolate-unittest.cc Make Isolate::GetIncumbentContext() work fine with ASAN 2018-11-21 05:40:08 +00:00
remote-object-unittest.cc [cleanup] Split off api-inl.h from api.h to make latter self contained 2018-07-23 16:03:49 +00:00
v8-object-unittest.cc [lazy-accessor-pairs] Don't take the fast paths if the context needs to be switched 2017-10-27 11:31:34 +00:00