Commit a8d059d9 authored by Clemens Backes's avatar Clemens Backes Committed by Commit Bot

[api] Deprecate old name for wasm module type check

The new name "IsWasmModuleObject" was introduced in
https://crrev.com/c/2013109 and chrome switched to the new name in
https://crrev.com/c/2016622. Thus, the old name can be deprecated for
the 8.1 branch.

R=adamk@chromium.org

Bug: v8:10021
Change-Id: Ic09d4f8c9ae65ee855e3968f1c0814df0c97bb25
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2016584Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#65955}
parent 009993ad
......@@ -2811,7 +2811,7 @@ class V8_EXPORT Value : public Data {
*/
bool IsWasmModuleObject() const;
V8_DEPRECATE_SOON("Use IsWasmModuleObject")
V8_DEPRECATED("Use IsWasmModuleObject")
bool IsWebAssemblyCompiledModule() const;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment