Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 14133511eaa0183f5b5233512275b13ce49d629b..2252960b15536e50ec5e495d62780bbad7596f2b 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -694,6 +694,11 @@ class Runtime : public AllStatic { |
| Handle<Object> object, |
| uint32_t index); |
| + MUST_USE_RESULT static MaybeObject* GetElementOrCharAtOrFail( |
| + Isolate* isolate, |
| + Handle<Object> object, |
| + uint32_t index); |
| + |
| MUST_USE_RESULT static MaybeObject* SetObjectProperty( |
| Isolate* isolate, |
| Handle<Object> object, |