| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 4d52b3163ee0c426cc6c667c1a9d38ee557ddf8a..6bd19f65c75a71048eec90224c1aab059d5d40e2 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -373,6 +373,11 @@ class Runtime : public AllStatic {
|
| Handle<Object> value,
|
| PropertyAttributes attr);
|
|
|
| + static Object* ForceSetObjectProperty(Handle<JSObject> object,
|
| + Handle<Object> key,
|
| + Handle<Object> value,
|
| + PropertyAttributes attr);
|
| +
|
| static Object* GetObjectProperty(Handle<Object> object, Handle<Object> key);
|
|
|
| // This function is used in FunctionNameUsing* tests.
|
|
|