Index: runtime/vm/native_arguments.h |
diff --git a/runtime/vm/native_arguments.h b/runtime/vm/native_arguments.h |
index 028b58b5f34165af6fd4ee58653077fa0251a11c..ced531c58dab219ed6b751bffd3e9191280d153c 100644 |
--- a/runtime/vm/native_arguments.h |
+++ b/runtime/vm/native_arguments.h |
@@ -131,6 +131,10 @@ class NativeArguments { |
*retval_ = value.raw(); |
} |
+ RawObject* ReturnValue() const { |
+ return *retval_; |
+ } |
+ |
static intptr_t thread_offset() { |
return OFFSET_OF(NativeArguments, thread_); |
} |