| Index: src/wasm/wasm-js.h
|
| diff --git a/src/wasm/wasm-js.h b/src/wasm/wasm-js.h
|
| index 37e1aafc59551586b24666183721bc82cc971359..b686e7ebb9004db89b51f1c59bcc5bee2642febb 100644
|
| --- a/src/wasm/wasm-js.h
|
| +++ b/src/wasm/wasm-js.h
|
| @@ -24,6 +24,10 @@ class WasmJs {
|
| static void InstallWasmConstructors(Isolate* isolate,
|
| Handle<JSGlobalObject> global,
|
| Handle<Context> context);
|
| +
|
| + static Handle<JSObject> CreateWasmMemoryObject(Isolate* isolate,
|
| + Handle<JSArrayBuffer> buffer,
|
| + bool has_maximum, int maximum);
|
| };
|
|
|
| } // namespace internal
|
|
|