Commit a5bbea19 authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[wasm] Remove dead declarations from {WasmJs} API.

R=clemensh@chromium.org

Change-Id: Ifcd5d58bd27754d5ba7d05b302dc6089af5e3a53
Reviewed-on: https://chromium-review.googlesource.com/892074Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50957}
parent 76195d9e
...@@ -2,11 +2,10 @@ ...@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef V8_WASM_JS_H_ #ifndef V8_WASM_WASM_JS_H_
#define V8_WASM_JS_H_ #define V8_WASM_WASM_JS_H_
#include "src/allocation.h" #include "src/globals.h"
#include "src/base/hashmap.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
...@@ -16,14 +15,9 @@ class WasmJs { ...@@ -16,14 +15,9 @@ class WasmJs {
public: public:
V8_EXPORT_PRIVATE static void Install(Isolate* isolate, V8_EXPORT_PRIVATE static void Install(Isolate* isolate,
bool exposed_on_global_object); bool exposed_on_global_object);
// WebAssembly.Table.
static bool IsWasmTableObject(Isolate* isolate, Handle<Object> value);
// WebAssembly.Memory
static bool IsWasmMemoryObject(Isolate* isolate, Handle<Object> value);
}; };
} // namespace internal } // namespace internal
} // namespace v8 } // namespace v8
#endif
#endif // V8_WASM_WASM_JS_H_
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