| Index: src/handles.h
|
| diff --git a/src/handles.h b/src/handles.h
|
| index c8e534eecdf56dba43a914f51da4d28458911d2c..9cc1db44c54b5929f7ae976ffe5bd162b7e1df9c 100644
|
| --- a/src/handles.h
|
| +++ b/src/handles.h
|
| @@ -196,6 +196,11 @@ Handle<Object> SetProperty(Handle<Object> object,
|
| Handle<Object> value,
|
| PropertyAttributes attributes);
|
|
|
| +Handle<Object> ForceSetProperty(Handle<JSObject> object,
|
| + Handle<Object> key,
|
| + Handle<Object> value,
|
| + PropertyAttributes attributes);
|
| +
|
| Handle<Object> IgnoreAttributesAndSetLocalProperty(Handle<JSObject> object,
|
| Handle<String> key,
|
| Handle<Object> value,
|
|
|