v8/test/common/wasm
Igor Sheludko 295ee7ef84 [zone] Cleanup zone allocations in src/wasm and tests
... by migrating old-style code
  MyObject* obj = new (zone) MyObject(...)

to the new style
  MyObject* obj = zone->New<MyObject>(...)

Bug: v8:10689
Change-Id: I2fc4a44ea05e4d087565811f343893f0e97dc660
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2288857
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68789}
2020-07-10 12:11:55 +00:00
..
flag-utils.h [wasm] Refactor WasmFeatures 2019-11-26 17:36:11 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00
test-signatures.h [wasm-gc] Establish HeapType shorthands, rework signatures. 2020-06-19 08:43:44 +00:00
wasm-interpreter.cc [zone] Cleanup zone allocations in src/wasm and tests 2020-07-10 12:11:55 +00:00
wasm-interpreter.h [wasm][interpreter] Remove RaiseException 2020-06-25 10:30:22 +00:00
wasm-macro-gen.h [wasm-gc] Test improvements 2020-07-02 11:54:29 +00:00
wasm-module-runner.cc [wasm] Remove dead code from test utils 2020-06-25 10:22:52 +00:00
wasm-module-runner.h [wasm] Remove dead code from test utils 2020-06-25 10:22:52 +00:00