Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: src/wasm/wasm-module.h

Issue 2806073002: [wasm] instantiate expressed in terms of compile (Closed)
Patch Set: feedback Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/wasm/wasm-module.h
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
index 32dea7befd46d7f0bb7bde930db1b48bd29ca57e..c296dc8cc43b97c8fad954c091fe8cef1d6d32b6 100644
--- a/src/wasm/wasm-module.h
+++ b/src/wasm/wasm-module.h
@@ -472,10 +472,6 @@ V8_EXPORT_PRIVATE void AsyncInstantiate(Isolate* isolate,
Handle<WasmModuleObject> module_object,
MaybeHandle<JSReceiver> imports);
-V8_EXPORT_PRIVATE void AsyncCompileAndInstantiate(
- Isolate* isolate, Handle<JSPromise> promise, const ModuleWireBytes& bytes,
- MaybeHandle<JSReceiver> imports);
-
#if V8_TARGET_ARCH_64_BIT
const bool kGuardRegionsSupported = true;
#else
« src/wasm/wasm-js.cc ('K') | « src/wasm/wasm-js.cc ('k') | src/wasm/wasm-module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698