Index: src/handles.h |
=================================================================== |
--- src/handles.h (revision 7070) |
+++ src/handles.h (working copy) |
@@ -264,10 +264,10 @@ |
PropertyAttributes attributes, |
StrictModeFlag strict_mode); |
-Handle<Object> SetElement(Handle<JSObject> object, |
- uint32_t index, |
- Handle<Object> value, |
- StrictModeFlag strict_mode); |
+MUST_USE_RESULT Handle<Object> SetElement(Handle<JSObject> object, |
+ uint32_t index, |
+ Handle<Object> value, |
+ StrictModeFlag strict_mode); |
Lasse Reichstein
2011/03/08 09:26:08
Yey!
|
Handle<Object> SetOwnElement(Handle<JSObject> object, |
uint32_t index, |