Chromium Code Reviews| Index: runtime/vm/native_arguments.h |
| diff --git a/runtime/vm/native_arguments.h b/runtime/vm/native_arguments.h |
| index 8bb1d6e0ccdeddb4b3425b75f5e02f654bbc73a3..ded8b85ec0cafa4317595184565cce3a0f1f6807 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_); |
| } |