| Index: src/handles.h
|
| ===================================================================
|
| --- src/handles.h (revision 410)
|
| +++ src/handles.h (working copy)
|
| @@ -102,11 +102,6 @@
|
| int unused_property_fields);
|
| void FlattenString(Handle<String> str);
|
|
|
| -void AddProperty(Handle<JSObject> object,
|
| - Handle<String> key,
|
| - Handle<Object> value,
|
| - PropertyAttributes attributes);
|
| -
|
| Handle<Object> SetProperty(Handle<JSObject> object,
|
| Handle<String> key,
|
| Handle<Object> value,
|
| @@ -117,6 +112,11 @@
|
| Handle<Object> value,
|
| PropertyAttributes attributes);
|
|
|
| +Handle<Object> IgnoreAttributesAndSetLocalProperty(Handle<JSObject> object,
|
| + Handle<String> key,
|
| + Handle<Object> value,
|
| + PropertyAttributes attributes);
|
| +
|
| Handle<Object> SetPropertyWithInterceptor(Handle<JSObject> object,
|
| Handle<String> key,
|
| Handle<Object> value,
|
|
|