v8/test/wasm-api-tests
Clemens Backes fa3cd68a3f [isolate][cleanup] Remove pointer to WasmEngine
The WasmEngine is shared across the whole process, so there is no need
to store it in every Isolate.
Instead, we can just get it from everywhere on any thread using
{wasm::GetWasmEngine()}, which is a simple read of a global.

R=jkummerow@chromium.org

Bug: v8:11879
Change-Id: I13afb8ca3d116aa14bfaec5a4bbd6d71faa9aa17
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2969825
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Maya Lekova <mslekova@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#75265}
2021-06-21 09:09:25 +00:00
..
BUILD.gn [build] Add common_test_headers dep to wasm_api_tests 2021-03-03 11:08:44 +00:00
callbacks.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
DEPS [wasm-c-api] Add tests and fixes 2019-05-28 09:57:04 +00:00
finalize.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
globals.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
hostref.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
memory.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
multi-return.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
reflect.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
run-all-wasm-api-tests.cc [trap-handler] Remove dependencies on macros, globals, flags 2021-05-17 09:32:40 +00:00
serialize.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
startup-errors.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
table.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
testcfg.py [wasm-api-tests] initialize the loop variable 2020-06-10 15:39:58 +00:00
threads.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
traps.cc [isolate][cleanup] Remove pointer to WasmEngine 2021-06-21 09:09:25 +00:00
wasm-api-test.h [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
wasm-api-tests.status [test] Filter tests for third party heap 2021-04-27 10:17:33 +00:00