Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 372c60aa52ee11411a30bb0bcfcd39df59d3dd6a..e2c87fb26468c6e0e00b121a3e97afe5aac2762e 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -399,6 +399,9 @@ V8_EXPORT_PRIVATE MaybeHandle<WasmModuleObject> CreateModuleObjectFromBytes( |
V8_EXPORT_PRIVATE Handle<JSArray> GetImports(Isolate* isolate, |
Handle<WasmModuleObject> module); |
+V8_EXPORT_PRIVATE Handle<JSArray> GetExports(Isolate* isolate, |
+ Handle<WasmModuleObject> module); |
+ |
V8_EXPORT_PRIVATE bool ValidateModuleBytes(Isolate* isolate, const byte* start, |
const byte* end, |
ErrorThrower* thrower, |