Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index b32e172d0f6a9e96c3d8177b2613b702560b0487..3a22fba32d6bd130b5ea3611a8f561fdfd32b065 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -340,6 +340,9 @@ SeqOneByteString* GetWasmBytes(JSObject* wasm); |
// If no debug info exists yet, it is created automatically. |
WasmDebugInfo* GetDebugInfo(JSObject* wasm); |
+// Return the number of functions in the given wasm object. |
+int GetNumberOfFunctions(JSObject* wasm); |
+ |
// Check whether the given object is a wasm object. |
// This checks the number and type of internal fields, so it's not 100 percent |
// secure. If it turns out that we need more complete checks, we could add a |