| Index: src/wasm/wasm-js.h
|
| diff --git a/src/wasm/wasm-js.h b/src/wasm/wasm-js.h
|
| index f5bd03e0f45e736e9fbeaf360142f445e62edde7..37e1aafc59551586b24666183721bc82cc971359 100644
|
| --- a/src/wasm/wasm-js.h
|
| +++ b/src/wasm/wasm-js.h
|
| @@ -14,11 +14,16 @@ namespace internal {
|
| class WasmJs {
|
| public:
|
| static void Install(Isolate* isolate, Handle<JSGlobalObject> global_object);
|
| - static void InstallWasmFunctionMapIfNeeded(Isolate* isolate,
|
| - Handle<Context> context);
|
| +
|
| static void InstallWasmModuleSymbolIfNeeded(Isolate* isolate,
|
| Handle<JSGlobalObject> global,
|
| Handle<Context> context);
|
| +
|
| + static void InstallWasmMapsIfNeeded(Isolate* isolate,
|
| + Handle<Context> context);
|
| + static void InstallWasmConstructors(Isolate* isolate,
|
| + Handle<JSGlobalObject> global,
|
| + Handle<Context> context);
|
| };
|
|
|
| } // namespace internal
|
|
|