| Index: src/handles.h
|
| ===================================================================
|
| --- src/handles.h (revision 7051)
|
| +++ src/handles.h (working copy)
|
| @@ -186,13 +186,13 @@
|
| Handle<String> key,
|
| Handle<Object> value,
|
| PropertyAttributes attributes,
|
| - StrictModeFlag strict);
|
| + StrictModeFlag strict_mode);
|
|
|
| Handle<Object> SetProperty(Handle<Object> object,
|
| Handle<Object> key,
|
| Handle<Object> value,
|
| PropertyAttributes attributes,
|
| - StrictModeFlag strict);
|
| + StrictModeFlag strict_mode);
|
|
|
| Handle<Object> ForceSetProperty(Handle<JSObject> object,
|
| Handle<Object> key,
|
| @@ -224,7 +224,7 @@
|
| Handle<String> key,
|
| Handle<Object> value,
|
| PropertyAttributes attributes,
|
| - StrictModeFlag strict);
|
| + StrictModeFlag strict_mode);
|
|
|
| Handle<Object> SetElement(Handle<JSObject> object,
|
| uint32_t index,
|
|
|