Index: runtime/vm/native_entry.h |
diff --git a/runtime/vm/native_entry.h b/runtime/vm/native_entry.h |
index cacf42d4e5a4bac156b7f9ca02b4e3288d750a44..4dd655d24d4aa7624453a1f6ec0d9898da28be0e 100644 |
--- a/runtime/vm/native_entry.h |
+++ b/runtime/vm/native_entry.h |
@@ -102,6 +102,7 @@ typedef void (*NativeFunction)(NativeArguments* arguments); |
// Helper class for resolving and handling native functions. |
class NativeEntry : public AllStatic { |
public: |
+ static const intptr_t kNumArguments = 1; |
static const intptr_t kNumCallWrapperArguments = 2; |
// Resolve specified dart native function to the actual native entrypoint. |